summarylogtreecommitdiffstats
path: root/vtebench.install
blob: 0318239d206942030a8d47614b23b1d0c268e630 (plain)
1
2
3
4
5
post_install() {

  echo "vtebench accepts benchmarks as executables and uses their stdout as benchmark payload. By default benchmarks are read from the ./benchmarks directory, which contains a good selection of benchmarks already. Benchmarks in vtebench are defined as a directory with a benchmark and an optional setup executable."

}