From 73a197e2b6db4c8a6bed2c38520aa2d424e85b6b Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Tue, 12 Oct 2021 14:23:44 +0200 Subject: polish exp Makefile and README --- exp/Makefile | 2 +- exp/README.md | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) (limited to 'exp') diff --git a/exp/Makefile b/exp/Makefile index 555ae67..a5eee91 100644 --- a/exp/Makefile +++ b/exp/Makefile @@ -118,7 +118,7 @@ repo git &: .PHONY: clean clean: mostlyclean rm -rf $(REPO_PATH) $(GIT_PATH) - rm -f $(COMMITS) + rm -f commits.* mostlyclean: resultsclean rm -rf $(DATADIRS) $(DATADIRS:%=%.versions) diff --git a/exp/README.md b/exp/README.md index 21ae41f..1437aea 100644 --- a/exp/README.md +++ b/exp/README.md @@ -4,7 +4,7 @@ ```bash # run experiences -make [MAX_VERSION=] +make [SKIP_COMMITS=] [MAX_VERSION=] [COMMITS=] # clean results make mostlyclean @@ -12,3 +12,13 @@ make mostlyclean # clean all make clean ``` + +Les 3 fichiers de commits suivants peuvent être automatiquement générés : + +- `commits.daily` +- `commits.weekly` +- `commits.monthly` + +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. -- cgit v1.2.3