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