Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
vusirikala committed Jan 10, 2025
1 parent 9343c0a commit 5d0f2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/forge-cli/src/suites/pfn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub fn get_pfn_test(test_name: &str, duration: Duration) -> Option<ForgeConfig>
"pfn_const_tps_with_realistic_env_econia_market_10market" => pfn_const_tps(duration, true, true, false, TransactionTypeArg::EconiaMarket10MarketReuseAccounts.materialize_default(), 10000),
"pfn_const_tps_with_realistic_env_econia_market_15market" => pfn_const_tps(duration, true, true, false, TransactionTypeArg::EconiaMarket15MarketReuseAccounts.materialize_default(), 10000),
"pfn_const_tps_with_realistic_env_econia_real" => pfn_const_tps(duration, true, true, false, TransactionTypeArg::EconiaReal.materialize_default(), 10000),

"pfn_performance" => pfn_performance(duration, false, false, true, 7, 1, false),
"pfn_performance_with_network_chaos" => {
pfn_performance(duration, false, true, false, 7, 1, false)
Expand Down

0 comments on commit 5d0f2e0

Please sign in to comment.