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