Parallelize execution

This commit is contained in:
Omar Abdulla
2025-07-31 21:28:39 +03:00
parent 01e31a4333
commit 2d26f5d8c7
3 changed files with 467 additions and 701 deletions
+3 -1
View File
@@ -163,7 +163,9 @@ impl Default for Arguments {
/// The Solidity compatible node implementation.
///
/// This describes the solutions to be tested against on a high level.
#[derive(Clone, Copy, Debug, Eq, Hash, PartialEq, ValueEnum, Serialize, Deserialize)]
#[derive(
Clone, Copy, Debug, PartialEq, Eq, PartialOrd, Ord, Hash, ValueEnum, Serialize, Deserialize,
)]
#[clap(rename_all = "lower")]
pub enum TestingPlatform {
/// The go-ethereum reference full node EVM implementation.