Add JavaScript to benchmark runner.

This commit is contained in:
Bob Nystrom
2013-11-26 07:50:12 -08:00
parent af6b73208c
commit af694053a5
2 changed files with 15 additions and 1 deletions
+2 -1
View File
@@ -20,7 +20,8 @@ LANGUAGES = [
("wren", "../build/Release/wren", ".wren"),
("lua", "lua", ".lua"),
("python", "python", ".py"),
("ruby", "ruby", ".rb")
("ruby", "ruby", ".rb"),
("js", "node", ".js")
]
# How many times to run a given benchmark. Should be an odd number to get the