The script that contains the code which executes the benchmark. It is
typically called with run_script()
.
A touchstone script must:
install all versions of the benchmarked repository with branch_install()
.
create benchmarks with one or more calls to benchmark_run()
.
produce the artifacts required in the GitHub workflow with
benchmark_analyze()
.