agda2scheme icon indicating copy to clipboard operation
agda2scheme copied to clipboard

Add a benchmarking suite

Open jespercockx opened this issue 2 years ago • 0 comments

Here is how I am running my benchmarks so far:

cd test
agda2scheme --lazy Triples.agda
echo '(display (test1)) (display "\n")' >> Triples.ss
echo '(compile-file "Triples.ss")' | chezscheme -q
time chezscheme --script Triples.so

It would definitely be good to automate this.

jespercockx avatar May 12 '22 07:05 jespercockx