fix(tests/playground/Makefile): fix rbmap_shared input size
This commit is contained in:
parent
1ad692eb77
commit
d082a7e42f
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ bench/qsort.%.bench: BENCH_PARAMS = 400
|
|||
bench/rbmap.%.bench: BENCH_PARAMS = 5000000
|
||||
|
||||
rbmap_shared.%.out: rbmap_checkpoint.%.out; ln -f $< $@
|
||||
bench/rbmap_shared.%.bench: BENCH_PARAMS = 500000 1
|
||||
bench/rbmap_shared.%.bench: BENCH_PARAMS = 5000000 1
|
||||
|
||||
rbmap_checkpoint_10.%.out: rbmap_checkpoint.%.out; ln -f $< $@
|
||||
bench/rbmap_checkpoint_10.%.bench: BENCH_PARAMS = 5000000 10
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue