Skip to content

Commit

Permalink
Merge pull request #677 from galacticcouncil/dca_benchmarking
Browse files Browse the repository at this point in the history
feat: DCA benchmarking
  • Loading branch information
mrq1911 authored Oct 7, 2023
2 parents 715818c + 2bf4b8b commit d01df9c
Show file tree
Hide file tree
Showing 51 changed files with 2,576 additions and 1,834 deletions.
46 changes: 23 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "runtime-integration-tests"
version = "1.12.3"
version = "1.12.4"
description = "Integration tests"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down Expand Up @@ -185,3 +185,8 @@ std = [
"hydradx-runtime/std",
"pallet-staking/std",
]

# we don't include integration tests when benchmarking feature is enabled
runtime-benchmarks = [
"hydradx-runtime/runtime-benchmarks",
]
Loading

0 comments on commit d01df9c

Please sign in to comment.