aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbench.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench.py b/bench.py
index 9ebaa0d..4985e59 100755
--- a/bench.py
+++ b/bench.py
@@ -173,7 +173,7 @@ def main():
for bench in src.globalvars.benchmarks:
if args.benchmarks and bench not in args.benchmarks:
continue
-
+
if args.exclude_benchmarks and bench in args.exclude_benchmarks:
continue