Skip to content

Commit 12181bb

Browse files
committed
move tx_template to testenv and redo benchmarks
- refactor tx_template struct and init_graph to use Cow type - update the chain test_tx_graph test to use the updated tx_template struct and init_graph fn - update the test_tx_graph_conflicts to use the updated tx_template and init_graph fn - redo the canonical benchmarks to use tx_template [Issue: 1754] Refactor benchmark tests to use TxGraph Refactor all test cases to use TxGraph and TxTemplate [Issue: 1754]
1 parent 0223527 commit 12181bb

File tree

5 files changed

+475
-441
lines changed

5 files changed

+475
-441
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ Cargo.lock
88
# Example persisted files.
99
*.db
1010
*.sqlite*
11+
12+
# Canonical benchmark generated files
13+
crates/chain/target

0 commit comments

Comments
 (0)