chore: add parser benchmark to speedcenter suite
This commit is contained in:
parent
5a29922b6f
commit
f2bc0b1c84
1 changed files with 8 additions and 0 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue