From 8a2c2ffe84250f82f02255f982a3df87dffa0e6e Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Thu, 30 May 2019 16:18:03 +0200 Subject: [PATCH] chore(tests/bench/Makefile): reduce rbmap input sizes --- tests/bench/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/bench/Makefile b/tests/bench/Makefile index 2048b5c66a..9210f688d5 100644 --- a/tests/bench/Makefile +++ b/tests/bench/Makefile @@ -98,13 +98,13 @@ bench/binarytrees.%.bench: BENCH_PARAMS = 21 bench/qsort.%.bench: BENCH_PARAMS = 400 -bench/rbmap.%.bench: BENCH_PARAMS = 5000000 +bench/rbmap.%.bench: BENCH_PARAMS = 2000000 rbmap_shared.%.out: rbmap_checkpoint.%.out; ln -f $< $@ -bench/rbmap_shared.%.bench: BENCH_PARAMS = 5000000 1 +bench/rbmap_shared.%.bench: BENCH_PARAMS = 2000000 1 rbmap_checkpoint_10.%.out: rbmap_checkpoint.%.out; ln -f $< $@ -bench/rbmap_checkpoint_10.%.bench: BENCH_PARAMS = 5000000 10 +bench/rbmap_checkpoint_10.%.bench: BENCH_PARAMS = 2000000 10 bench/unionfind1.%.bench: BENCH_PARAMS = 3000000 bench/unionfind2.%.bench: BENCH_PARAMS = 3000000