Blaisorblade / my-ocaml-coq-benchs

Hacky scripts for comparing Coq on different OCaml versions (more professional and heavier ways exist!)

Home Page:https://coq.discourse.group/t/does-flambda-slow-down-coq/484/1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What this is

I wrote this to investigate coq/coq#11107 and compare performance of Coq compiled in different ways; if you don't know what that is, you don't care.

Instructions

Beware no warranty. Please be familiar with bash and read stuff before executing it.

Also, these benchmark create new opam switches (with hardcoded names) and add opam repos for testing.

In short:

  1. install opam
  2. setup with ./harness-create.sh to create the needed switches;
  3. just run ./harness.sh.

Or read those scripts, and run the parts you need.

About

Hacky scripts for comparing Coq on different OCaml versions (more professional and heavier ways exist!)

https://coq.discourse.group/t/does-flambda-slow-down-coq/484/1

License:MIT License


Languages

Language:Shell 100.0%