Sign in
webkit
/
WebKit
/
11063d79d10db78766d4ca9ebba022045bc612af
/
.
/
Websites
/
browserbench.org
/
JetStream2.0
/
LuaJSFight
/
hello_world.js
blob: 35ecf31ce64846aea596434e4198a52bb108e969 [
file
] [
log
] [
blame
]
class
Benchmark
{
runIteration
()
{
print
(
"Hello world!"
);
}
}