forked from Mirror/wren
Add python3 to benchmarks.
This commit is contained in:
@ -47,6 +47,7 @@ LANGUAGES = [
|
||||
("lua", ["lua"], ".lua"),
|
||||
("luajit (-joff)", ["luajit", "-joff"], ".lua"),
|
||||
("python", ["python"], ".py"),
|
||||
("python3", ["python3"], ".py"),
|
||||
("ruby", ["ruby"], ".rb")
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user