aboutsummaryrefslogtreecommitdiff
path: root/bench.py
diff options
context:
space:
mode:
Diffstat (limited to 'bench.py')
-rwxr-xr-xbench.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/bench.py b/bench.py
index f821e33..38003c6 100755
--- a/bench.py
+++ b/bench.py
@@ -100,8 +100,7 @@ def main():
"--allocators",
help="allocators to test",
type=str,
- nargs='+',
- default=["all"])
+ nargs='+')
parser.add_argument("-rd",
"--resultdir",
help="directory where all results go",