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