From 94879f376f1d2b8fbb2322bf2a7dab5c3bb9e098 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 1 Dec 2023 18:31:30 -0500 Subject: [TESTED] Replace -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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/serd_bench.py') diff --git a/scripts/serd_bench.py b/scripts/serd_bench.py index 1bd61855..d764cbda 100755 --- a/scripts/serd_bench.py +++ b/scripts/serd_bench.py @@ -271,7 +271,7 @@ example: args = ap.parse_args(sys.argv[1:]) - progs = ["serd-pipe -b -f -i turtle -o turtle"] + args.run + progs = ["serd-pipe -f -i turtle -o turtle"] + args.run min_n = int(args.max / args.steps) max_n = args.max step = min_n -- cgit v1.2.1