From 7cc9dd000ee5fe915b11e8421c69a68f846d02ec Mon Sep 17 00:00:00 2001 From: Baileyeatspizza Date: Mon, 8 Nov 2021 18:04:19 +0000 Subject: [PATCH] Update bench.py revert bench.py as all the benchmark files use .lua --- bench/bench.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/bench.py b/bench/bench.py index 48622399..b23ca891 100644 --- a/bench/bench.py +++ b/bench/bench.py @@ -810,7 +810,7 @@ def run(args, argsubcb): for filename in files: 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]): runTest(subdir, filename, filepath)