A sample project using codebench
codebench --script ./benchmark.py \
--report_types chart --commits cb91b8 3cd96d bb1541
.codebench.yml
on the root directory is as follows:
before_each: ./before_script.sh
script: ./benchmark.py
report_types:
- chart
commits:
- cb91b8
- 3cd96d
- bb1541
Run codebench
on the command line, it will read configurations
from .codebench.yml
and run the program.