Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
polkadot-sdk
Commits
fb8b64e3
Unverified
Commit
fb8b64e3
authored
11 months ago
by
Andrei Eres
Committed by
GitHub
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
[subsystem-benchmark] Fix results filename for approval-voting benches (#4243)
parent
a2a049db
Branches
gh-readonly-queue/master/pr-4243-a2a049db2bd669a88f6ab410b22b780ebcc8baee
Branches containing commit
No related merge requests found
Pipeline
#468286
passed with stages
in 1 hour, 9 minutes, and 38 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
polkadot/node/core/approval-voting/benches/approval-voting-regression-bench.rs
+1
-1
1 addition, 1 deletion
...proval-voting/benches/approval-voting-regression-bench.rs
with
1 addition
and
1 deletion
polkadot/node/core/approval-voting/benches/approval-voting-regression-bench.rs
+
1
−
1
View file @
fb8b64e3
...
...
@@ -68,7 +68,7 @@ fn main() -> Result<(), String> {
let
average_usage
=
BenchmarkUsage
::
average
(
&
usages
);
save_to_file
(
"charts/a
vailability-distribution
-regression-bench.json"
,
"charts/a
pproval-voting
-regression-bench.json"
,
average_usage
.to_chart_json
()
.map_err
(|
e
|
e
.to_string
())
?
,
)
.map_err
(|
e
|
e
.to_string
())
?
;
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment