@@ -25,16 +25,16 @@ Important part is 2 and 3.
2525
2626For example, here are commits to add support for ` go test -bench ` :
2727
28- - https://github.com/rhysd /github-action-benchmark/commit/6425d898fdfe2ab1540f1af3adb3f37a0ae623f3
29- - https://github.com/rhysd /github-action-benchmark/commit/272a6808eff6b652247813089ab9aef4b8a2bd50
30- - https://github.com/rhysd /github-action-benchmark/commit/3a25daca11153c62be23142120fc6c93b4bd411d
28+ - https://github.com/benchmark-action /github-action-benchmark/commit/6425d898fdfe2ab1540f1af3adb3f37a0ae623f3
29+ - https://github.com/benchmark-action /github-action-benchmark/commit/272a6808eff6b652247813089ab9aef4b8a2bd50
30+ - https://github.com/benchmark-action /github-action-benchmark/commit/3a25daca11153c62be23142120fc6c93b4bd411d
3131
3232And for another example, here are commits to add support for ` pytest-benchmark ` :
3333
34- - Implement and add example: https://github.com/rhysd /github-action-benchmark/commit/18c82f288b20de1538f8d7a1669221b545968f54
35- - Add test: https://github.com/rhysd /github-action-benchmark/commit/eb449170566ff5882e75eeaeb637f17a302fbf7e
36- - Add workflows for test and example: https://github.com/rhysd /github-action-benchmark/commit/1e4ebf2e9ecde9e7620661c60455b22837a2bdaf
37- - Add documentation: https://github.com/rhysd /github-action-benchmark/commit/895f92f564521597492bd281cbf6c8efd39f628e
34+ - Implement and add example: https://github.com/benchmark-action /github-action-benchmark/commit/18c82f288b20de1538f8d7a1669221b545968f54
35+ - Add test: https://github.com/benchmark-action /github-action-benchmark/commit/eb449170566ff5882e75eeaeb637f17a302fbf7e
36+ - Add workflows for test and example: https://github.com/benchmark-action /github-action-benchmark/commit/1e4ebf2e9ecde9e7620661c60455b22837a2bdaf
37+ - Add documentation: https://github.com/benchmark-action /github-action-benchmark/commit/895f92f564521597492bd281cbf6c8efd39f628e
3838
3939Optional: If you add a new example workflow under ` .github/workflows/ ` , you might want to add your
4040user name to ` alert-comment-cc-users ` input like ` alert-comment-cc-users: '@rhysd,@you' ` .
0 commit comments