summarylogtreecommitdiffstats
path: root/vtebench.install
blob: 38a18fe8728123da40f2b6c6155fe96bd09d3801 (plain)
1
2
3
4
5
6
post_install() {
  
	echo ""
	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."
	echo ""
}