Skip to content

Commit 9630459

Browse files
authored
Merge pull request #1186 from input-output-hk/ensemble/1155-stress-test-refactoring
Aggregator stress test refactoring
2 parents a2222e0 + eb46957 commit 9630459

File tree

13 files changed

+849
-782
lines changed

13 files changed

+849
-782
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "http://json.schemastore.org/vsls",
3+
"hideFiles": [
4+
"!src/bin"
5+
]
6+
}

mithril-test-lab/mithril-end-to-end/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-end-to-end"
3-
version = "0.2.8"
3+
version = "0.2.9"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
documentation = { workspace = true }

0 commit comments

Comments
 (0)