Skip to content

Commit

Permalink
make it easier to c/p
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzwalthert committed Nov 1, 2020
1 parent b50c272 commit 912eec7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/benchmarking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ jobs:
- name: Prepare PR comment
run: |
mkdir -p bench/pr-comment
echo 'Here is how the current PR would change benchmark results:\n' > bench/pr-comment/info.txt
echo "Here is how the current PR would change benchmark results when merged into $GITHUB_BASE_REF:" > bench/pr-comment/info.txt
echo "$GITHUB_EVENT_PULL_REQUEST_HEAD_SHA" >> bench/pr-comment/info.txt
- name: Run benchmarks
run: Rscript -e 'bench::cb_run()'
- name: Show benchmarks
Expand Down

0 comments on commit 912eec7

Please sign in to comment.