chore(tests/bench/speedcenter.exec.yaml): add "rbmap_10" benchmark

This commit is contained in:
Sebastian Ullrich 2019-08-16 19:10:29 +02:00
parent 7c84f522be
commit f1db7e8041

View file

@ -81,6 +81,14 @@
cmd: ./rbmap_checkpoint.lean.out 2000000 1
build_config:
cmd: ./compile.sh rbmap_checkpoint.lean
- attributes:
description: rbmap_10
tags: [fast, suite]
run_config:
<<: *time
cmd: ./rbmap_checkpoint.lean.out 2000000 10
build_config:
cmd: ./compile.sh rbmap_checkpoint.lean
- attributes:
description: unionfind
tags: [fast, suite]