File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 29
29
- run : pnpm lint
30
30
- run : pnpm build
31
31
- run : pnpm vitest ${{ matrix.testenv.args }}
32
+
32
33
benchmarks :
33
34
runs-on : ubuntu-latest
34
35
timeout-minutes : 10
48
49
github-token : ${{ secrets.GITHUB_TOKEN }}
49
50
comment-on-alert : true
50
51
summary-always : true
52
+
53
+ # #
54
+ # NOTE: in ration is <1, the performance has improved.
55
+ - uses : mshick/add-pr-comment@v2
56
+ with :
57
+ message : |
58
+ ## Benchmarks[^note]
59
+
60
+ Results for the latest run for this branch:
61
+
62
+ https://github.com/proposal-signals/signal-polyfill/actions/runs/${{ github.run_id }}
63
+
64
+ ---------------
65
+
66
+ Compare with `main` over time:
67
+
68
+ https://proposal-signals.github.io/signal-polyfill/dev/bench/
69
+
70
+ [^note]: When the ratio is < 1, performance has improved in the PR.
You can’t perform that action at this time.
0 commit comments