Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a benchmarking suite #12

Open
jespercockx opened this issue May 12, 2022 · 0 comments
Open

Add a benchmarking suite #12

jespercockx opened this issue May 12, 2022 · 0 comments

Comments

@jespercockx
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant