mirror of
https://github.com/hibiken/asynq.git
synced 2024-12-26 15:52:18 +08:00
Bump actions/upload-artifact from 3 to 4 (#929)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
d64fd328cb
commit
ffd75ebb5f
6
.github/workflows/benchstat.yml
vendored
6
.github/workflows/benchstat.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: Benchmark
|
- name: Benchmark
|
||||||
run: go test -run=^$ -bench=. -count=5 -timeout=60m ./... | tee -a new.txt
|
run: go test -run=^$ -bench=. -count=5 -timeout=60m ./... | tee -a new.txt
|
||||||
- name: Upload Benchmark
|
- name: Upload Benchmark
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: bench-incoming
|
name: bench-incoming
|
||||||
path: new.txt
|
path: new.txt
|
||||||
@ -48,7 +48,7 @@ jobs:
|
|||||||
- name: Benchmark
|
- name: Benchmark
|
||||||
run: go test -run=^$ -bench=. -count=5 -timeout=60m ./... | tee -a old.txt
|
run: go test -run=^$ -bench=. -count=5 -timeout=60m ./... | tee -a old.txt
|
||||||
- name: Upload Benchmark
|
- name: Upload Benchmark
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: bench-current
|
name: bench-current
|
||||||
path: old.txt
|
path: old.txt
|
||||||
@ -76,7 +76,7 @@ jobs:
|
|||||||
- name: Benchstat Results
|
- name: Benchstat Results
|
||||||
run: benchstat old.txt new.txt | tee -a benchstat.txt
|
run: benchstat old.txt new.txt | tee -a benchstat.txt
|
||||||
- name: Upload benchstat results
|
- name: Upload benchstat results
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: benchstat
|
name: benchstat
|
||||||
path: benchstat.txt
|
path: benchstat.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user