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 78621c0 commit 383d939Copy full SHA for 383d939
.github/workflows/benchmark.yml
@@ -23,7 +23,7 @@ jobs:
23
run: cd RuntimePerformanceTests && swift package --allow-writing-to-package-directory benchmark --format histogramPercentiles --path benchmark-raw-output
24
- name: Process benchmarks
25
run: cd RuntimePerformanceTests && ./parse-benchmarks
26
-
+ - run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
27
- name: Store benchmark result
28
uses: benchmark-action/github-action-benchmark@v1
29
with:
0 commit comments