diff options
Diffstat (limited to 'bench.py')
| -rwxr-xr-x | bench.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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", |
