chore: add parser benchmark to speedcenter suite

This commit is contained in:
Sebastian Ullrich 2019-11-11 10:28:59 +01:00
parent 5a29922b6f
commit f2bc0b1c84

View file

@ -57,6 +57,14 @@
cmd: bash -c "ulimit -s unlimited && ./const_fold.lean.out 23"
build_config:
cmd: ./compile.sh const_fold.lean
- attributes:
description: new parser Core.lean
tags: [fast, suite]
run_config:
<<: *time
cmd: ./parser.lean.out ../../library/Init/Core.lean 100
build_config:
cmd: ./compile.sh parser.lean
- attributes:
description: qsort
tags: [fast, suite]