Skip to content

Commit 2709b4c

Browse files
committed
Merge branch 'master' into feat/verifier-cli-retries
2 parents 08428f1 + dea1bb2 commit 2709b4c

8 files changed

Lines changed: 1218 additions & 401 deletions

File tree

rust/Cargo.lock

Lines changed: 173 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,9 @@ pact_matching = { version = "~2.0.3", path = "./pact_matching" }
1717
strip = true
1818
opt-level = "z"
1919
codegen-units = 1
20+
21+
# Release-speed optimisations with debug symbols retained — for flamegraph/perf.
22+
[profile.profiling]
23+
inherits = "release"
24+
strip = false
25+
debug = true

rust/pact_matching/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,8 @@ tracing-subscriber = { version = "0.3.22", features = ["env-filter", "tracing-lo
7575
ntest = "0.9.5"
7676
pretty_assertions = "1.4.1"
7777
rstest = "0.26.1"
78+
criterion = { version = "0.5", features = ["html_reports"] }
79+
80+
[[bench]]
81+
name = "v2_engine"
82+
harness = false

0 commit comments

Comments
 (0)