Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Duniter v2S
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
nodes
rust
Duniter v2S
Merge requests
!188
Add benchmarks to CI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add benchmarks to CI
bgallois/duniter-v2s:add_benchmarks_ci
into
master
Overview
5
Commits
4
Pipelines
22
Changes
3
All threads resolved!
Hide all comments
Merged
Benjamin Gallois
requested to merge
bgallois/duniter-v2s:add_benchmarks_ci
into
master
1 year ago
Overview
5
Commits
4
Pipelines
22
Changes
3
All threads resolved!
Hide all comments
Expand
1
0
Merge request reports
Viewing commit
228a9d7e
Show latest version
3 files
+
28
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
Unverified
228a9d7e
fix benchmarks for g1
· 228a9d7e
bgallois
authored
1 year ago
runtime/g1/src/lib.rs
+
4
−
0
Options
@@ -22,6 +22,10 @@
#[cfg(feature
=
"std"
)]
include!
(
concat!
(
env!
(
"OUT_DIR"
),
"/wasm_binary.rs"
));
#[cfg(feature
=
"runtime-benchmarks"
)]
#[macro_use]
extern
crate
frame_benchmarking
;
pub
mod
parameters
;
pub
use
self
::
parameters
::
*
;
Loading