diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2021-04-07 19:14:18 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2021-04-07 19:14:18 +0200 |
| commit | 6e26da584aa8e9c7e98806cd582c84991ea3849e (patch) | |
| tree | 202b57bc59aab2aaf6e149303c1610618a7a632a | |
| parent | d1112609f2122b74fad1df1ea86ac14c8a5b101e (diff) | |
| download | allocbench-6e26da584aa8e9c7e98806cd582c84991ea3849e.tar.gz allocbench-6e26da584aa8e9c7e98806cd582c84991ea3849e.zip | |
[bench] remove 'all' allocator default target
| -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", |
