From e0482eff8323bd5f2133078c8b809d757f9725be Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Wed, 13 Oct 2021 00:14:37 +0200 Subject: fix exp daily commits using git log --first-parent Without this option daily commits visibly alternated between two branches, creating huge diffs at each switch, and causing the data to be misleading. --- exp/README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'exp/README.md') diff --git a/exp/README.md b/exp/README.md index 1437aea..2ad6ece 100644 --- a/exp/README.md +++ b/exp/README.md @@ -4,7 +4,7 @@ ```bash # run experiences -make [SKIP_COMMITS=] [MAX_VERSION=] [COMMITS=] +make [SKIP_COMMITS=] [MAX_VERSION=] [RANGE=] # clean results make mostlyclean @@ -13,12 +13,13 @@ make mostlyclean make clean ``` -Les 3 fichiers de commits suivants peuvent être automatiquement générés : +`` can be one of these: +- `daily` +- `weekly` +- `monthly` -- `commits.daily` -- `commits.weekly` -- `commits.monthly` +By default: -Par défaut les 30 premiers commits journaliers sont skippés, le nombre -max de version utilisés pour l'expérience est 5 et le fichier -`commits.daily` est utiliser comme source de commits. +- `SKIP_COMMITS` = 0 +- `MAX_VERSION` = 5 +- `RANGE` = daily -- cgit v1.2.3