Skip to content

Commit 3f5a114

Browse files
authored
Remove LuaJSFight micro benchmarks (#104)
They are unused and do not work anymore with the newest runner.
1 parent 03b386d commit 3f5a114

File tree

6 files changed

+0
-583
lines changed

6 files changed

+0
-583
lines changed

JetStreamDriver.js

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2309,23 +2309,6 @@ let BENCHMARKS = [
23092309
})
23102310
];
23112311

2312-
// FIXME: figure out what to do this these benchmarks.
2313-
// // LuaJSFight tests
2314-
// const luaJSFightTests = [
2315-
// "hello_world"
2316-
// , "list_search"
2317-
// , "lists"
2318-
// , "string_lists"
2319-
// ];
2320-
// for (const test of luaJSFightTests) {
2321-
// BENCHMARKS.push(new DefaultBenchmark({
2322-
// name: `${test}-LJF`,
2323-
// files: [
2324-
// `./LuaJSFight/${test}.js`
2325-
// ],
2326-
// tags: ["LuaJSFight"],
2327-
// }));
2328-
// }
23292312

23302313
// SunSpider tests
23312314
const SUNSPIDER_TESTS = [

LuaJSFight/hello_world.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

LuaJSFight/list_search.js

Lines changed: 0 additions & 12 deletions
This file was deleted.

LuaJSFight/lists.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)