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 52ae455 commit af2e3e9Copy full SHA for af2e3e9
.github/workflows/benchmarking.yaml
@@ -75,6 +75,7 @@ jobs:
75
run: |
76
mkdir -p touchstone/sources
77
mkdir -p touchstone/pr-comment
78
+ mkdir -p touchstone/plots
79
echo "Here is how the current PR would change benchmark results when merged into $GITHUB_BASE_REF:" > touchstone/pr-comment/info.txt
80
echo "$GITHUB_EVENT_PULL_REQUEST_HEAD_SHA" >> touchstone/pr-comment/info.txt
81
- name: Run benchmarks
0 commit comments