Skip to content

Commit

Permalink
GH-1251 Increase perf harness genesis to have 150ms max transaction t…
Browse files Browse the repository at this point in the history
…ime to match genesis used in other tests. This allows for setcode in slow ci/cd env.
  • Loading branch information
heifner committed Jun 22, 2023
1 parent f2123ea commit 9faefa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/performance_tests/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"context_free_discount_net_usage_den": 100,
"max_block_cpu_usage": 500000,
"target_block_cpu_usage_pct": 500,
"max_transaction_cpu_usage": 90000,
"max_transaction_cpu_usage": 150000,
"min_transaction_cpu_usage": 0,
"max_transaction_lifetime": 3600,
"deferred_trx_expiration_window": 600,
Expand Down

0 comments on commit 9faefa2

Please sign in to comment.