A benchmark runner, which generates a static result to host on GitHub Pages.
This is designed to be used on a server that can't be accessible from the Internet and thus can't host ruby-bench-web.
$ git submodule init && git submodule update
$ bundle exec middleman server
Open localhost:4567.
$ bundle exec middleman build
On ruby-sky2 server, systemd-timer runs git clone
/git pull
for this repository and
the following script periodically.
bin/run
You can assume rbenv(1) is available in $PATH. See https://github.com/benchmark-driver/sky2-infra for details.
MIT License