@@ -45,7 +45,7 @@ definitions are in [.github/workflows/](./.github/workflows) directory. Live wor
45
45
46
46
All benchmark charts from above workflows are gathered in GitHub pages:
47
47
48
- https://rhysd .github.io/github-action-benchmark/dev/bench/
48
+ https://benchmark-action .github.io/github-action-benchmark/dev/bench/
49
49
50
50
51
51
@@ -129,7 +129,7 @@ jobs:
129
129
key : ${{ runner.os }}-benchmark
130
130
# Run `github-action-benchmark` action
131
131
- name : Store benchmark result
132
- uses : rhysd /github-action-benchmark@v1
132
+ uses : benchmark-action /github-action-benchmark@v1
133
133
with :
134
134
# What benchmark tool the output.txt came from
135
135
tool : ' go'
@@ -164,7 +164,7 @@ In addition to the above setup, GitHub API token needs to be given to enable `co
164
164
165
165
``` yaml
166
166
- name : Store benchmark result
167
- uses : rhysd /github-action-benchmark@v1
167
+ uses : benchmark-action /github-action-benchmark@v1
168
168
with :
169
169
tool : ' go'
170
170
output-file-path : output.txt
@@ -234,7 +234,7 @@ jobs:
234
234
run : go test -bench 'BenchmarkFib' | tee output.txt
235
235
# gh-pages branch is updated and pushed automatically with extracted benchmark data
236
236
- name : Store benchmark result
237
- uses : rhysd /github-action-benchmark@v1
237
+ uses : benchmark-action /github-action-benchmark@v1
238
238
with :
239
239
name : My Project Go Benchmark
240
240
tool : ' go'
@@ -272,7 +272,7 @@ If you don't want to pass GitHub API token to this action, it's still OK.
272
272
273
273
` ` ` yaml
274
274
- name: Store benchmark result
275
- uses: rhysd /github-action-benchmark@v1
275
+ uses: benchmark-action /github-action-benchmark@v1
276
276
with:
277
277
name: My Project Go Benchmark
278
278
tool: 'go'
@@ -502,8 +502,8 @@ Every benchmark data is stored in `window.BENCHMARK_DATA` so you can create your
502
502
503
503
This action conforms semantic versioning 2.0.
504
504
505
- For example, `rhysd /github-action-benchmark@v1` means the latest version of `1.x.y`. And
506
- ` rhysd /[email protected] ` always uses `v1.0.2` even if a newer version is published.
505
+ For example, `benchmark-action /github-action-benchmark@v1` means the latest version of `1.x.y`. And
506
+ ` benchmark-action /[email protected] ` always uses `v1.0.2` even if a newer version is published.
507
507
508
508
` master` branch of this repository is for development and does not work as action.
509
509
@@ -546,9 +546,9 @@ Every release will appear on your GitHub notifications page.
546
546
547
547
[build-badge] : https://github.com/benchmark-action/github-action-benchmark/workflows/CI/badge.svg?branch=master&event=push
548
548
[ci] : https://github.com/benchmark-action/github-action-benchmark/actions?query=workflow%3ACI
549
- [codecov-badge] : https://codecov.io/gh/rhysd /github-action-benchmark/branch/master/graph/badge.svg
550
- [codecov] : https://app.codecov.io/gh/rhysd /github-action-benchmark
551
- [release-badge] : https://img.shields.io/github/v/release/rhysd /github-action-benchmark.svg
549
+ [codecov-badge] : https://codecov.io/gh/benchmark-action /github-action-benchmark/branch/master/graph/badge.svg
550
+ [codecov] : https://app.codecov.io/gh/benchmark-action /github-action-benchmark
551
+ [release-badge] : https://img.shields.io/github/v/release/benchmark-action /github-action-benchmark.svg
552
552
[marketplace] : https://github.com/marketplace/actions/continuous-benchmark
553
553
[proj] : https://github.com/benchmark-action/github-action-benchmark
554
554
[rust-badge] : https://github.com/benchmark-action/github-action-benchmark/workflows/Rust%20Example/badge.svg
@@ -561,10 +561,10 @@ Every release will appear on your GitHub notifications page.
561
561
[cargo-bench] : https://doc.rust-lang.org/cargo/commands/cargo-bench.html
562
562
[benchmarkjs] : https://benchmarkjs.com/
563
563
[gh-pages] : https://pages.github.com/
564
- [examples-page] : https://rhysd .github.io/github-action-benchmark/dev/bench/
564
+ [examples-page] : https://benchmark-action .github.io/github-action-benchmark/dev/bench/
565
565
[pytest-benchmark] : https://pypi.org/project/pytest-benchmark/
566
566
[pytest] : https://pypi.org/project/pytest/
567
- [alert-comment-example] : https://github.com/rhysd /github-action-benchmark/commit/077dde1c236baba9244caad4d9e82ea8399dae20#commitcomment-36047186
567
+ [alert-comment-example] : https://github.com/benchmark-action /github-action-benchmark/commit/077dde1c236baba9244caad4d9e82ea8399dae20#commitcomment-36047186
568
568
[rust-workflow-example] : https://github.com/benchmark-action/github-action-benchmark/actions?query=workflow%3A%22Rust+Example%22
569
569
[go-workflow-example] : https://github.com/benchmark-action/github-action-benchmark/actions?query=workflow%3A%22Go+Example%22
570
570
[benchmarkjs-workflow-example] : https://github.com/benchmark-action/github-action-benchmark/actions?query=workflow%3A%22Benchmark.js+Example%22
0 commit comments