Skip to content

Latest commit

 

History

History

bench

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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