Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
jsonrpsee
Commits
00aeb4ed
Unverified
Commit
00aeb4ed
authored
May 20, 2022
by
Niklas Adolfsson
Committed by
GitHub
May 20, 2022
Browse files
ci: bring back daily benchmarks (#777)
* ci: bring back daily benchmarks * remove ugly spaces
parent
f3a36035
Pipeline
#195081
passed with stages
in 5 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/benchmarks.yml
0 → 100644
View file @
00aeb4ed
name
:
Benchmarks
on
:
schedule
:
-
cron
:
"
0
0
*
*
*"
jobs
:
bench
:
name
:
Run benchmarks daily
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout Sources
uses
:
actions/checkout@v2.4.0
-
name
:
Install Rust nightly toolchain
uses
:
actions-rs/toolchain@v1.0.7
with
:
profile
:
minimal
toolchain
:
nightly
override
:
true
-
name
:
Rust Cache
uses
:
Swatinem/rust-cache@v1.3.0
-
name
:
Run benchmark
run
:
cargo bench -p jsonrpsee-benchmarks -- --output-format bencher | tee output.txt
-
name
:
Store benchmark result
uses
:
rhysd/github-action-benchmark@v1
with
:
tool
:
'
cargo'
output-file-path
:
output.txt
benchmark-data-dir-path
:
"
bench/dev"
fail-on-alert
:
true
github-token
:
${{ secrets.GITHUB_TOKEN }}
comment-on-alert
:
true
alert-comment-cc-users
:
'
@niklasad1'
auto-push
:
true
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment