mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 00:51:06 +00:00
[subsystem-benchmarks] Fix availability-write regression tests (#3698)
Adds availability-write regression tests. The results for the `availability-distribution` subsystem are volatile, so I had to reduce the precision of the test.
This commit is contained in:
@@ -118,6 +118,7 @@ fn new_runtime() -> tokio::runtime::Runtime {
|
||||
.thread_name("subsystem-bench")
|
||||
.enable_all()
|
||||
.thread_stack_size(3 * 1024 * 1024)
|
||||
.worker_threads(4)
|
||||
.build()
|
||||
.unwrap()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user