Thanks to visit codestin.com
Credit goes to github.com

Skip to content

coq-bench/make-html

Repository files navigation

Make HTML

Generate the bench website https://coq-bench.github.io/.

website screenshot

Generate the HTML

Install Ruby and download the benchmarks database to ../database/:

curl -L https://github.com/coq-bench/database/archive/master.tar.gz |tar -xz
mv database-master ../database

Generate the HTML files to html/:

make

View the generated HTML on localhost:8080:

make serve

Post on Gitter

Gitter screenshot

To send a summary of the results of the last bench iterations in the past nb_hours hours to a Gitter room (like in coq/opam-bench-reports):

sudo gem install ruby-gitter
ruby push_to_gitter.rb database_path token_path room_name nb_hours

About

Generate the bench website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published