diff options
author | Patrick Steinhardt <ps@pks.im> | 2021-06-18 15:56:08 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-07-02 15:47:30 -0700 |
commit | 3663e5904d7c0060f3b51ffe7c7469caeefb51e5 (patch) | |
tree | 89239b6b05e3615aee73de525e8e4b09cf602195 /pack-objects.h | |
parent | The second batch (diff) | |
download | tgif-3663e5904d7c0060f3b51ffe7c7469caeefb51e5.tar.xz |
perf: fix when running with TEST_OUTPUT_DIRECTORY
When the TEST_OUTPUT_DIRECTORY is defined, then all test data will be
written in that directory instead of the default directory located in
"t/". While this works as expected for our normal tests, performance
tests fail to locate and aggregate performance data because they don't
know to handle TEST_OUTPUT_DIRECTORY correctly and always look at the
default location.
Fix the issue by adding a `--results-dir` parameter to "aggregate.perl"
which identifies the directory where results are and by making the "run"
script awake of the TEST_OUTPUT_DIRECTORY variable.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'pack-objects.h')
0 files changed, 0 insertions, 0 deletions