aboutsummaryrefslogtreecommitdiff
path: root/exp/README.md
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2021-10-01 20:07:50 +0200
committern-peugnet <n.peugnet@free.fr>2021-10-01 20:07:50 +0200
commita8d4b5b440ed9ac29a0eae7fc47c144d46745078 (patch)
tree5c96e0fbedd8eeb0bc99bd6e1692cc4892615f1f /exp/README.md
parentc4aaf908abd8127c43088201f34dd2c921286a23 (diff)
downloaddna-backup-a8d4b5b440ed9ac29a0eae7fc47c144d46745078.tar.gz
dna-backup-a8d4b5b440ed9ac29a0eae7fc47c144d46745078.zip
add some comments, summary, TODOs and infos
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
+```