44; workflow, you're likely looking for /devops/benchmarking/config.ini instead.
55;
66; DO NOT USE THE CONTENTS OF THIS FILE DIRECTLY -- Due to security concerns, The
7- ; contents of this file must be sanitized first before use. See: xxx.py
7+ ; contents of this file must be sanitized first before use.
8+ ; See: /devops/scripts/benchmarking/common.py
89;
910
1011; Constants for compute-benchmarks
@@ -14,6 +15,13 @@ git_branch = master
1415git_commit = 230a3db4d8d03c0e9a663988f7c3abbd1137a1e0
1516; path = ./compute-benchmarks
1617
18+ ; Constants for git repo storing benchmark performance results
19+ [perf_res]
20+ git_repo = intel/llvm-ci-perf-results
21+ git_branch = main
22+ ; Path to clone performance result repo
23+ ; path = ./llvm-ci-perf-results
24+
1725; It was decided that paths should be hardcoded throughout this workflow for
1826; security reasons and ease of readability. Do not use paths as constants.
1927
@@ -29,13 +37,6 @@ git_commit = 230a3db4d8d03c0e9a663988f7c3abbd1137a1e0
2937; ; Path (relative to artifact.path) to cache passing compute-benchmark results
3038; passing_cache = ./artifact/passing_tests
3139
32- ; Constants for git repo storing benchmark performance results
33- [perf_res]
34- git_repo = intel/llvm-ci-perf-results
35- git_branch = main
36- ; Path to clone performance result repo
37- ; path = ./llvm-ci-perf-results
38-
3940; [timestamp]
4041; ; Timestamp format used for
4142; format = %%Y%%m%%d_%%H%%M%%S
0 commit comments