Skip to content

Commit

Permalink
Adjust benchmarks
Browse files Browse the repository at this point in the history
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
  • Loading branch information
bcmmbaga committed Jan 13, 2025
1 parent c603c40 commit 8a310f5
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions management/server/account_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3082,12 +3082,12 @@ func BenchmarkLoginPeer_ExistingPeer(b *testing.B) {
minMsPerOpCICD float64
maxMsPerOpCICD float64
}{
{"Small", 50, 5, 102, 110, 102, 130},
{"Medium", 500, 100, 105, 140, 105, 190},
{"Large", 5000, 200, 160, 200, 160, 320},
{"Small single", 50, 10, 102, 110, 102, 130},
{"Medium single", 500, 10, 105, 140, 105, 190},
{"Large 5", 5000, 15, 160, 200, 160, 290},
{"Small", 50, 5, 102, 110, 5, 20},
{"Medium", 500, 100, 105, 140, 20, 90},
{"Large", 5000, 200, 160, 200, 140, 220},
{"Small single", 50, 10, 102, 110, 5, 25},
{"Medium single", 500, 10, 105, 140, 10, 40},
{"Large 5", 5000, 15, 160, 200, 110, 140},
}

log.SetOutput(io.Discard)
Expand Down Expand Up @@ -3156,12 +3156,12 @@ func BenchmarkLoginPeer_NewPeer(b *testing.B) {
minMsPerOpCICD float64
maxMsPerOpCICD float64
}{
{"Small", 50, 5, 107, 120, 107, 160},
{"Medium", 500, 100, 105, 140, 105, 220},
{"Large", 5000, 200, 180, 220, 180, 395},
{"Small single", 50, 10, 107, 120, 105, 160},
{"Medium single", 500, 10, 105, 140, 105, 170},
{"Large 5", 5000, 15, 180, 220, 180, 340},
{"Small", 50, 5, 107, 120, 10, 40},
{"Medium", 500, 100, 105, 140, 90, 140},
{"Large", 5000, 200, 180, 220, 150, 300},
{"Small single", 50, 10, 107, 120, 20, 50},
{"Medium single", 500, 10, 105, 140, 30, 60},
{"Large 5", 5000, 15, 180, 220, 100, 200},
}

log.SetOutput(io.Discard)
Expand Down

0 comments on commit 8a310f5

Please sign in to comment.