mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Update bench.py
revert bench.py as all the benchmark files use .lua
This commit is contained in:
parent
6e61878148
commit
7cc9dd000e
1 changed files with 1 additions and 1 deletions
|
@ -810,7 +810,7 @@ def run(args, argsubcb):
|
||||||
for filename in files:
|
for filename in files:
|
||||||
filepath = subdir + os.sep + filename
|
filepath = subdir + os.sep + filename
|
||||||
|
|
||||||
if filename.endswith(".luau"):
|
if filename.endswith(".lua"):
|
||||||
if arguments.run_test == None or re.match(arguments.run_test, filename[:-4]):
|
if arguments.run_test == None or re.match(arguments.run_test, filename[:-4]):
|
||||||
runTest(subdir, filename, filepath)
|
runTest(subdir, filename, filepath)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue