Skip to content

Commit

Permalink
router: update CI's expectations of the newbenchmark results.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiceatscion committed Dec 6, 2023
1 parent f3e7e89 commit d6b4764
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions acceptance/router_newbenchmark/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@

# Those values are valid expectations only when running in the CI environment.
TEST_CASES = {
'in': 0, # 53000,
'out': 0, # 26000,
'in_transit': 0, # 73000,
'out_transit': 0, # 49000,
'br_transit': 230000,
'in': 270000,
'out': 240000,
'in_transit': 270000,
'out_transit': 240000,
'br_transit': 260000,
}


Expand Down

0 comments on commit d6b4764

Please sign in to comment.