We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bfa242 commit ff141eaCopy full SHA for ff141ea
1 file changed
.github/workflows/benchmark.yml
@@ -18,7 +18,7 @@ jobs:
18
fetch-depth: 2
19
- name: Check if benchmark has already run
20
run: |
21
- version=$(grep dataCatererVersion ../gradle.properties | cut -d= -f2)
+ version=$(grep -E "^version=" ../gradle.properties | cut -d= -f2)
22
if [ ! -f benchmark/results/benchmark_results_${version}.txt ]; then
23
echo "No benchmark results for version: $version, starting to run benchmarks"
24
else
@@ -35,7 +35,7 @@ jobs:
35
run: bash benchmark/setup_query_engine_jars.sh
36
- name: Run benchmark script
37
38
39
bash benchmark/run_benchmark.sh
40
bash benchmark/compare_benchmark_results.sh "$version"
41
- name: Create pull request
0 commit comments