Add some Dart benchmarks running on fletch.

This commit is contained in:
Bob Nystrom
2015-12-05 11:09:30 -08:00
parent 0f9e2a49ce
commit 10ece995f7
7 changed files with 917 additions and 0 deletions

View File

@ -90,6 +90,7 @@ BENCHMARK("string_equals", r"""3000000""")
LANGUAGES = [
("wren", [os.path.join(WREN_BIN, 'wren')], ".wren"),
("dart", ["fletch", "run"], ".dart"),
("lua", ["lua"], ".lua"),
("luajit (-joff)", ["luajit", "-joff"], ".lua"),
("python", ["python"], ".py"),