mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-11 01:33:06 +00:00
tps test
This commit is contained in:
parent
5e22357f9a
commit
13a0900828
@ -125,6 +125,10 @@ pub async fn main_tests_runner() -> Result<()> {
|
||||
// Run TPS test with its own specific config
|
||||
tps_test().await;
|
||||
}
|
||||
"tps_test" => {
|
||||
// Run TPS test with its own specific config
|
||||
tps_test().await;
|
||||
}
|
||||
_ => {
|
||||
let fn_pointer = function_map.get(&test_name).expect("Unknown test name");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user