aboutsummaryrefslogtreecommitdiff
path: root/exp/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'exp/README.md')
-rw-r--r--exp/README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/exp/README.md b/exp/README.md
index f739e46..2cb31bb 100644
--- a/exp/README.md
+++ b/exp/README.md
@@ -24,3 +24,19 @@ By default:
- `SKIP_CHECK` = 4
- `MAX_VERSION` = 5
- `RANGE` = daily
+
+It is possible to select which system will appear in the results by setting the folder of each one, by default:
+
+```makefile
+NOPACK = nopack
+BORG =
+TARGZ = targz
+REAL = real
+DIFFS = diffs
+```
+
+For instance, the following will run Borg as part of the benchmark and will not make git diffs:
+
+```
+make DIFFS= BORG=borg
+```