Skip to content

A library of Coq source files testing for performance regressions on Coq [maintainer=@JasonGross]

License

Notifications You must be signed in to change notification settings

coq-community/coq-performance-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coq-performance-tests

CI (Coq)

A library of Coq source files testing for performance regressions on Coq

Contributing

Please add tests to this repository.

Each test should go in its own .v file in src/, and each .v file should be targeted to take around 1 minute, so that all tests get roughly equal weight.

PerformanceExperiments

The PerformanceExperiments folder contains a number of tests based on a test harness file which allow automatic generation of plots, as displayed below. The plots are updated on each run of GitHub Actions. To contribute to this folder, please add your test to Makefile.variables.kinds and follow the format of the existing tests. You can use make update-README to regenerate the tables for this README.

PerformanceExperiments plots