Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 354 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 354 Bytes

commands

  • agda: agda FILE -vprofile:7 +RTS -M10G
  • coq: time coqtop -l FILE -batch -type-in-type -time or without -time if we're benchmarking elaboration.
  • lean:
    • grab the correct Lean path with elan which lean
    • su
    • ulimit -s unlimited
    • lean FILE --profile where lean is the path we got
  • idris2: time idris2 -c FILE