mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-17 15:51:05 +00:00
Wire up reporting to benchmarks (#195)
* Modify the structure of the `MinedBlockInformation` * Report the step path to the watcher * Make report format more benchmark friendly * make report more benchmarks friendly * Add more models to the report * Remove corpus from the report * Add step information to the benchmark report * Include the contract information in the report * Add the block information to the report * compute metrics in each report * Cleanup watcher from temp code
This commit is contained in:
Generated
+3
@@ -5692,6 +5692,7 @@ dependencies = [
|
||||
"revive-dt-config",
|
||||
"revive-dt-format",
|
||||
"revive-dt-node-interaction",
|
||||
"revive-dt-report",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serde_with",
|
||||
@@ -5715,6 +5716,7 @@ dependencies = [
|
||||
"futures",
|
||||
"revive-common",
|
||||
"revive-dt-format",
|
||||
"revive-dt-report",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -5724,6 +5726,7 @@ dependencies = [
|
||||
"alloy",
|
||||
"anyhow",
|
||||
"indexmap 2.10.0",
|
||||
"itertools 0.14.0",
|
||||
"paste",
|
||||
"revive-dt-common",
|
||||
"revive-dt-compiler",
|
||||
|
||||
Reference in New Issue
Block a user