Commit 0922704
authored
Drop tps threshold for rust keynote-2 ci check (#5159)
# Description of Changes
The keynote benchmark check has had a couple spurious failures in CI
recently, namely for the rust module. I set a higher TPS threshold for
rust than I did for typescript since rust is a bit faster, but it looks
like the threshold I set is within the margin of error, so this change
drops it to 275K - exactly what it is for typescript.
A failure now almost certainly represents a real performance regression
and requires deeper investigation.
# API and ABI breaking changes
N/A
# Expected complexity level and risk
0 (one liner)
# Testing
Should have no more spurious failures for this CI job.1 parent c70d002 commit 0922704
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments