From 5aa146e1ce58d295b5f45446bbbbdbb30c8e557d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 8 Aug 2021 14:24:59 -0400 Subject: Replace serdi -b and -e options with a block size option This is more powerful, and reduces the number of command line options that almost nobody needs to care about. --- scripts/serd_bench.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/serd_bench.py b/scripts/serd_bench.py index 018734c4..8a10dab0 100755 --- a/scripts/serd_bench.py +++ b/scripts/serd_bench.py @@ -226,8 +226,8 @@ example: args = ap.parse_args(sys.argv[1:]) progs = [ - "serdi -b -i turtle -o turtle", - "serdi -m -b -i turtle -o turtle", + "serdi -i turtle -o turtle", + "serdi -m -i turtle -o turtle", ] + args.run min_n = int(args.max / 10) -- cgit v1.2.1