Skip to content

Commit

Permalink
adjust bench metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
mlsmaycon committed Dec 30, 2024
1 parent ab82814 commit 3698eb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion management/server/account_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3039,7 +3039,7 @@ func BenchmarkSyncAndMarkPeer(b *testing.B) {
}{
{"Small", 50, 5, 1, 3, 3, 11},
{"Medium", 500, 100, 7, 13, 10, 70},
{"Large", 5000, 200, 65, 80, 60, 200},
{"Large", 5000, 200, 65, 80, 60, 220},
{"Small single", 50, 10, 1, 3, 3, 70},
{"Medium single", 500, 10, 7, 13, 10, 26},
{"Large 5", 5000, 15, 65, 80, 60, 200},
Expand Down
2 changes: 1 addition & 1 deletion management/server/peer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ func BenchmarkUpdateAccountPeers(b *testing.B) {
{"Large", 5000, 200, 800, 1700, 2500, 5000},
{"Small single", 50, 10, 90, 120, 90, 120},
{"Medium single", 500, 10, 110, 170, 120, 200},
{"Large 5", 5000, 15, 1300, 2100, 4990, 7000},
{"Large 5", 5000, 15, 1300, 2100, 4900, 7000},
{"Extra Large", 2000, 2000, 1300, 2400, 4000, 6400},
}

Expand Down

0 comments on commit 3698eb9

Please sign in to comment.