1
0
forked from Mirror/wren

Add python3 to benchmarks.

This commit is contained in:
Bob Nystrom
2014-02-12 17:22:42 -08:00
parent 8ebbba2bc0
commit 92971d1cfa
6 changed files with 59 additions and 35 deletions

View File

@ -47,6 +47,7 @@ LANGUAGES = [
("lua", ["lua"], ".lua"),
("luajit (-joff)", ["luajit", "-joff"], ".lua"),
("python", ["python"], ".py"),
("python3", ["python3"], ".py"),
("ruby", ["ruby"], ".rb")
]