Skip to content

Commit

Permalink
router: Increase expectations from benchmark.
Browse files Browse the repository at this point in the history
Observed numbers have about double after improving test.
  • Loading branch information
jiceatscion committed Nov 9, 2023
1 parent 25b6f74 commit b655c50
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions acceptance/router_benchmark/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@

# Those values are valid expectations only when running in the CI environment.
EXPECTATIONS = {
'in': 27000,
'out': 16000,
'in_transit': 35000,
'out_transit': 30000,
'br_transit': 46000,
'in': 53000,
'out': 26000,
'in_transit': 73000,
'out_transit': 49000,
'br_transit': 73000,
}


Expand Down

0 comments on commit b655c50

Please sign in to comment.