aboutsummaryrefslogtreecommitdiff
path: root/bench.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2021-04-07 19:14:18 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2021-04-07 19:14:18 +0200
commit6e26da584aa8e9c7e98806cd582c84991ea3849e (patch)
tree202b57bc59aab2aaf6e149303c1610618a7a632a /bench.py
parentd1112609f2122b74fad1df1ea86ac14c8a5b101e (diff)
downloadallocbench-6e26da584aa8e9c7e98806cd582c84991ea3849e.tar.gz
allocbench-6e26da584aa8e9c7e98806cd582c84991ea3849e.zip
[bench] remove 'all' allocator default target
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",