Commit Graph

11 Commits

Author SHA1 Message Date
Omar Abdulla 970917ca43 Update the concurrency limit 2025-10-05 02:41:25 +03:00
Omar Abdulla 2bb9594857 Implement a global concurrency limit on provider requests 2025-10-04 15:47:56 +03:00
Omar Abdulla ba90c60c1b Implement the core benchmarking components 2025-10-02 18:42:38 +03:00
Omar Abdulla 8762702560 Wire up the cleaned up driver implementation 2025-09-30 13:39:25 +03:00
Omar Abdulla bd422b633e Fix the lighthouse node tracing issue 2025-09-28 21:39:50 +03:00
Omar Abdulla 331807e2f0 Update the account pre-funding handling 2025-09-28 19:20:42 +03:00
Omar 9b700bfec2 Support repetitions in the tool (#160) 2025-09-22 03:03:59 +00:00
Omar 98b62d705f Make our traits object safe and implement the ReviveDevNodePolkaVMResolc target. (#159)
* Generate schema for the metadata file

* Groundwork for dyn traits

* Make the ethereum node trait object compatible

* Allow for compilers to be created in the dyn trait

* Add more identifiers to the platform

* Implement the dyn compiler trait for compilers

* Support the dyn compiler in the builder pattern

* Introduce a geth platform

* Provide a common node implementation for substrate chains

* Add all of the platforms that we support

* Add a way to convert platform identifier into a platform

* Replace infra with the dyn infra

* Remoe all references to leader and follower

* Remove the old traits

* Remove an un-needed dependency

* Update the default values for the platforms

* Final set of renames

* Update the default values of the cli

* Update tests
2025-09-19 21:59:28 +00:00
Omar c2526e48e7 Refactor the Global Configuration & Context (#157)
* Cleanup the config

* Update usage guides

* Update the run script

* Fix tests

* Use kitchensink in tests

* Use shared node more often in tests
2025-09-04 14:25:05 +00:00
Omar 8b1afc36a3 Better errors in report (#155) 2025-08-26 15:35:19 +00:00
Omar 60328cd493 Add a Quick Run Script (#152)
* Add a quick run script

* Add more context to errors

* Fix the issue with corpus directory canonicalization

* Update the quick run script

* Edit the runner script

* Support specifying the path of the polkadot sdk
2025-08-25 21:03:28 +00:00