Make bench_tps_local_cluster tests serial (#5762)

-
This commit is contained in:
sakridge
2019-08-31 16:53:56 -07:00
committed by GitHub
parent 0c2a49391a
commit 9f354522a7
3 changed files with 9 additions and 0 deletions

View File

@ -935,6 +935,7 @@ pub fn generate_and_fund_keypairs<T: Client>(
mod tests {
use super::*;
use serial_test_derive::serial;
use solana_client::thin_client::create_client;
use solana_core::cluster_info::FULLNODE_PORT_RANGE;
use solana_core::validator::ValidatorConfig;
@ -1006,6 +1007,7 @@ mod tests {
}
#[test]
#[serial]
fn test_bench_tps_local_cluster_solana() {
let mut config = Config::default();
config.tx_count = 100;
@ -1015,6 +1017,7 @@ mod tests {
}
#[test]
#[serial]
fn test_bench_tps_local_cluster_move() {
let mut config = Config::default();
config.tx_count = 100;