summarylogtreecommitdiffstats
path: root/vtebench.install
diff options
context:
space:
mode:
Diffstat (limited to 'vtebench.install')
-rw-r--r--vtebench.install6
1 files changed, 5 insertions, 1 deletions
diff --git a/vtebench.install b/vtebench.install
index 0318239d2069..d14ac1e182a7 100644
--- a/vtebench.install
+++ b/vtebench.install
@@ -1,5 +1,9 @@
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."
+ echo "Benchmarks are installed in the "/usr/share/vtebench/benchmarks" directory.
+
+ EXAMPLES:
+
+ vtebench -b /usr/share/vtebench/benchmarks/cursor_motion"
}