Skip to content

Commit 41941bc

Browse files
committed
fix script location
1 parent 4fb1639 commit 41941bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipelines/periodic-micro-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ steps:
22
- label: periodic-micro-benchmarks
33
command: |
44
.ci/scripts/run-gradle.sh :benchmarks:run --args 'org.elasticsearch.benchmark._nightly -rf json -rff build/result.json'
5-
.ci/scripts/index-micro-benchmark-results.sh
5+
.buildkite/scripts/index-micro-benchmark-results.sh
66
env:
77
USE_PERF_CREDENTIALS: "true"
88
timeout_in_minutes: 300

0 commit comments

Comments
 (0)