Output is like this:
```
running 1 test
2024-02-23T00:52:34.335829Z INFO sui_swarm_config::genesis_config: Creating accounts and token allocations...
2024-02-23T00:52:34.563421Z WARN AuthorityPerEpochStore::new{epoch=0}: sui_protocol_config: overriding ProtocolConfig settings with custom settings (you should not see this log outside of tests)
2024-02-23T00:52:34.563500Z INFO AuthorityPerEpochStore::new{epoch=0}: sui_core::authority::authority_per_epoch_store: authenticator_state enabled
2024-02-23T00:52:34.629898Z INFO sui_core::authority: current protocol version is now ProtocolVersion(36)
2024-02-23T00:52:34.629932Z INFO sui_core::authority: supported versions are: SupportedProtocolVersions { min: ProtocolVersion(1), max: ProtocolVersion(36) }
2024-02-23T00:52:34.630155Z INFO sui_core::execution_driver: Starting pending certificates execution process.
2024-02-23T00:52:34.630167Z INFO sui_core::overload_monitor: Starting system overload monitor.
2024-02-23T00:52:34.645661Z INFO sui_protocol_config: restoring override fn
2024-02-23T00:52:34.647912Z INFO sui_swarm_config::genesis_config: Creating accounts and token allocations...
2024-02-23T00:52:34.878737Z WARN AuthorityPerEpochStore::new{epoch=0}: sui_protocol_config: overriding ProtocolConfig settings with custom settings (you should not see this log outside of tests)
2024-02-23T00:52:34.878815Z INFO AuthorityPerEpochStore::new{epoch=0}: sui_core::authority::authority_per_epoch_store: authenticator_state enabled
2024-02-23T00:52:34.949302Z INFO sui_core::authority: current protocol version is now ProtocolVersion(36)
2024-02-23T00:52:34.949312Z INFO sui_core::authority: supported versions are: SupportedProtocolVersions { min: ProtocolVersion(1), max: ProtocolVersion(36) }
2024-02-23T00:52:34.949512Z INFO sui_core::execution_driver: Starting pending certificates execution process.
2024-02-23T00:52:34.949515Z INFO sui_core::overload_monitor: Starting system overload monitor.
2024-02-23T00:52:34.964979Z INFO sui_protocol_config: restoring override fn
Gnuplot not found, using plotters backend
Benchmarking benchmark_tx
Benchmarking benchmark_tx: Warming up for 3.0000 s
Benchmarking benchmark_tx: Collecting 100 samples in estimated 5.3661 s (600 iterations)
Benchmarking benchmark_tx: Analyzing
benchmark_tx time: [8.9711 ms 9.0249 ms 9.0780 ms]
change: [+3.4869% +4.9142% +6.2454%] (p = 0.00 < 0.05)
Performance has regressed.
Benchmarking benchmark_tx
Benchmarking benchmark_tx: Warming up for 3.0000 s
Benchmarking benchmark_tx: Collecting 100 samples in estimated 5.3298 s (1600 iterations)
Benchmarking benchmark_tx: Analyzing
benchmark_tx time: [3.3267 ms 3.3417 ms 3.3595 ms]
change: [-63.247% -62.972% -62.680%] (p = 0.00 < 0.05)
Performance has improved.
Found 14 outliers among 100 measurements (14.00%)
7 (7.00%) high mild
7 (7.00%) high severe
Benchmarking benchmark_tx
Benchmarking benchmark_tx: Warming up for 3.0000 s
Benchmarking benchmark_tx: Collecting 100 samples in estimated 5.0485 s (1500 iterations)
Benchmarking benchmark_tx: Analyzing
benchmark_tx time: [3.4607 ms 3.4854 ms 3.5104 ms]
change: [+3.3762% +4.3001% +5.1400%] (p = 0.00 < 0.05)
Performance has regressed.
Benchmarking benchmark_tx
Benchmarking benchmark_tx: Warming up for 3.0000 s
Benchmarking benchmark_tx: Collecting 100 samples in estimated 5.1973 s (1100 iterations)
Benchmarking benchmark_tx: Analyzing
benchmark_tx time: [4.7040 ms 4.7337 ms 4.7651 ms]
change: [+34.516% +35.814% +37.168%] (p = 0.00 < 0.05)
Performance has regressed.
Found 7 outliers among 100 measurements (7.00%)
6 (6.00%) high mild
1 (1.00%) high severe
```