Skip to content

Commit

Permalink
increase forge latency threashold
Browse files Browse the repository at this point in the history
  • Loading branch information
msmouse committed Jul 21, 2022
1 parent 6e75027 commit e42ddd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/run_forge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pwd | grep -qE 'aptos-core$' || (echo "Please run from aptos-core root directory

# for calculating regression
TPS_THRESHOLD=5000
P99_LATENCY_MS_THRESHOLD=6000
P99_LATENCY_MS_THRESHOLD=8000

FORGE_OUTPUT=${FORGE_OUTPUT:-forge_output.txt}
FORGE_REPORT=${FORGE_REPORT:-forge_report.json}
Expand Down

0 comments on commit e42ddd2

Please sign in to comment.