File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -51,16 +51,15 @@ jobs:
51
51
cat target/benchmark-results.txt >> ${{ env.COMMENT_FILE }}
52
52
echo '```' >> ${{ env.COMMENT_FILE }}
53
53
54
- # todo: to be uncomented after this is on master
55
- # - name: Run benchmarks (master)
56
- # working-directory: benchmark-master
57
- # run: |
58
- # ./mvnw jmh:benchmark -Dlicense.skip=true
59
- #
60
- # echo '### Benchmark results (${{ github.base_ref }}, ${{ steps.get-sha.outputs.sha }})' >> ${{ env.COMMENT_FILE }}
61
- # echo '```text' >> ${{ env.COMMENT_FILE }}
62
- # cat target/benchmark-results.txt >> ${{ env.COMMENT_FILE }}
63
- # echo '```' >> ${{ env.COMMENT_FILE }}
54
+ - name : Run benchmarks (master)
55
+ working-directory : benchmark-master
56
+ run : |
57
+ ./mvnw jmh:benchmark -Dlicense.skip=true
58
+
59
+ echo '### Benchmark results (${{ github.base_ref }}, ${{ steps.get-sha.outputs.sha }})' >> ${{ env.COMMENT_FILE }}
60
+ echo '```text' >> ${{ env.COMMENT_FILE }}
61
+ cat target/benchmark-results.txt >> ${{ env.COMMENT_FILE }}
62
+ echo '```' >> ${{ env.COMMENT_FILE }}
64
63
65
64
- name : Find benchmark results comment
66
65
uses : peter-evans/find-comment@v3
You can’t perform that action at this time.
0 commit comments