summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2021-03-29 18:19:42 -0400
committerVincent Grande2021-03-29 18:19:42 -0400
commit03e7a355906db2c0e1bdb2053f2f1e29675c505e (patch)
treea5b5d6048724001c3139a7c0f5042569f24f2786
parent7e3b6b72fe1533e676a66b5bb1a41c01c3770c22 (diff)
downloadaur-03e7a355906db2c0e1bdb2053f2f1e29675c505e.tar.gz
update install file
-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"
}