Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
jsonrpsee
Commits
c0f952dc
Unverified
Commit
c0f952dc
authored
Oct 05, 2022
by
Niklas Adolfsson
Browse files
test test
parent
d48b6458
Pipeline
#219283
canceled with stages
in 3 minutes and 30 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.github/workflows/ci.yml
View file @
c0f952dc
...
...
@@ -183,3 +183,53 @@ jobs:
wasm-pack test --headless --chrome
pkill substrate
working-directory
:
wasm-tests
bench
:
name
:
Benchmarks gitlab
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout Sources
uses
:
actions/checkout@v3.1.0
with
:
fetch-depth
:
0
ref
:
"
gh-pages"
-
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@v2.0.0
-
name
:
Show current working dir
id
:
step_one
run
:
|
echo $(pwd)
-
name
:
Copy bench results
id
:
step_two
run
:
|
cp bench/$(date "+%d-%m-%Y")/output.txt output.txt
-
name
:
Switch branch
id
:
step_three
run
:
|
git checkout master
-
name
:
Store benchmark result
uses
:
rhysd/github-action-benchmark@v1
with
:
tool
:
'
cargo'
output-file-path
:
"
output.txt"
benchmark-data-dir-path
:
"
bench/dev2"
fail-on-alert
:
true
github-token
:
${{ secrets.GITHUB_TOKEN }}
comment-on-alert
:
true
alert-comment-cc-users
:
'
@niklasad1'
auto-push
:
true
Niklas Adolfsson
@niklasad1
mentioned in commit
0156ef04
·
Oct 05, 2022
mentioned in commit
0156ef04
mentioned in commit 0156ef04fcdd7158c72bc0ae1706f87acf4bdbbd
Toggle commit list
Niklas Adolfsson
@niklasad1
mentioned in commit
9d6635b6
·
Oct 05, 2022
mentioned in commit
9d6635b6
mentioned in commit 9d6635b6514e640485b8260ea4ed6f910cb08b89
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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