aboutsummaryrefslogtreecommitdiff
path: root/exp/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'exp/README.md')
-rw-r--r--exp/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/exp/README.md b/exp/README.md
new file mode 100644
index 0000000..21ae41f
--- /dev/null
+++ b/exp/README.md
@@ -0,0 +1,14 @@
+# Performance evaluation experiences
+
+## Help
+
+```bash
+# run experiences
+make [MAX_VERSION=<count>]
+
+# clean results
+make mostlyclean
+
+# clean all
+make clean
+```