summarylogtreecommitdiffstats
path: root/vtebench.install
diff options
context:
space:
mode:
Diffstat (limited to 'vtebench.install')
-rw-r--r--vtebench.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/vtebench.install b/vtebench.install
new file mode 100644
index 000000000000..e6d8107eb999
--- /dev/null
+++ b/vtebench.install
@@ -0,0 +1,3 @@
+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."
+}