Skip to content

Commit

Permalink
Pull z perf into z2 so that we can run performance tests against zq2 (#…
Browse files Browse the repository at this point in the history
…867)

* [feat] Store node persistence in the config directory
[feat] Reuse old network configurations.

* (feat) Bring z perf into z2 so we can run it from the zq2 repo

* (fix) Point Zilliqa dependencies to public repos

* (fix) Unignore perf.rs

* [fix] Fix clippy, somewhat.

* (fix) Make rustfmt happy

* (fix) zutils -> zqutils to avoid crate name collision
(fix) there is now a new release of zilliqa-rs that we can depend on.
(fix) allow us (hopefully!) to depend on zilliqa github repos.
  • Loading branch information
rrw-zilliqa committed Apr 30, 2024
1 parent 5e44c16 commit 6c36103
Show file tree
Hide file tree
Showing 14 changed files with 2,102 additions and 82 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ z2_node_*
# Profiling
*.svg
perf.*
!perf.rs

# RustRover
.idea

0 comments on commit 6c36103

Please sign in to comment.