perf tests: add "bindir" prefix to git tree test results
[gitweb.git] / t / perf / run
index 85b7bd31d5fe817ce38c82b5e4d5149b7e25e3ab..cd3882b117e56d5068d2d776596cf30b27d8161f 100755 (executable)
@@ -102,7 +102,7 @@ run_dirs_helper () {
                unset GIT_TEST_INSTALLED
        elif test -d "$mydir"
        then
-               PERF_RESULTS_PREFIX=$(cd $mydir && printf "%s" "$(pwd)" | tr -c "[a-zA-Z0-9]" "_").
+               PERF_RESULTS_PREFIX=bindir$(cd $mydir && printf "%s" "$(pwd)" | tr -c "[a-zA-Z0-9]" "_").
                set_git_test_installed "$mydir"
        else
                rev=$(git rev-parse --verify "$mydir" 2>/dev/null) ||