From 6e26da584aa8e9c7e98806cd582c84991ea3849e Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Wed, 7 Apr 2021 19:14:18 +0200 Subject: [bench] remove 'all' allocator default target --- bench.py | 3 +-- 1 file changed, 1 insertion(+), 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", -- cgit v1.2.3