Adding map benchmark scripts.

This commit is contained in:
Marco Lizza
2015-02-09 11:51:09 +01:00
parent b11f6e24e6
commit 0d9095baf9
5 changed files with 79 additions and 0 deletions
+2
View File
@@ -44,6 +44,8 @@ BENCHMARK("for", r"""499999500000""")
BENCHMARK("method_call", r"""true
false""")
BENCHMARK("maps", r"""5000050000""")
LANGUAGES = [
("wren", [os.path.join(HOME_DIR, 'wren')], ".wren"),
("lua", ["lua"], ".lua"),