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