synth-bench: make option specifying TPS more intuitive + consistent #12835
Labels
A-benchmark
Area: performance benchmarks
C-good-first-issue
Category: issues that are self-contained and easy for newcomers to work on.
benchmark_mpc_sign
takes atransactions_per_second
option and converts that to an interval:nearcore/benchmarks/synth-bm/src/contract.rs
Lines 64 to 65 in a33310b
Commands for account creation and native transfer benchmarking take option
interval_duration_micros
. These should be changed to taketransactions_per_second
likebenchmark_mpc_sign
. That's more convenient for user of the CLI.The text was updated successfully, but these errors were encountered: