diff options
author | drebs <drebs@leap.se> | 2017-07-07 20:05:39 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2017-07-08 08:05:24 -0300 |
commit | 3b51520b4be2f48a204bc0d630c88058ed51afa9 (patch) | |
tree | 34c1948df1461a33ecf15f858553ddc18d76b437 /scripts/benchmark/README.md | |
parent | f21d9e1a4e6d0a2ed6d7af83191e39a2a883241b (diff) |
[benchmark] setup env for benchmark-all-commits conditionally
Diffstat (limited to 'scripts/benchmark/README.md')
-rw-r--r-- | scripts/benchmark/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/benchmark/README.md b/scripts/benchmark/README.md index 0910219a..4df43b3d 100644 --- a/scripts/benchmark/README.md +++ b/scripts/benchmark/README.md @@ -16,6 +16,8 @@ So what this script does is the following: - check out .gitlab-ci.yml from current master. - use gitlab-runner to exec a build locally. + - set an environment variable (BENCHMARK_ALL_COMMITS=1)so the build script + knows that it has to setup the environment. - store timestamp and exit status of each run. - checkout previous commit and iterate. |