mirror of
https://github.com/netbirdio/netbird.git
synced 2024-12-04 22:10:56 +01:00
update expected benchmark timings
This commit is contained in:
parent
83d2af3139
commit
49037a7ac8
@ -30,11 +30,11 @@ func BenchmarkCreateSetupKey(b *testing.B) {
|
||||
minMsPerOpCICD float64
|
||||
maxMsPerOpCICD float64
|
||||
}{
|
||||
{"Setup Keys - XS", 5, 5, 5, 5, 0.5, 2, 2, 5},
|
||||
{"Setup Keys - S", 5, 5, 5, 5, 0.5, 2, 2, 5},
|
||||
{"Setup Keys - M", 100, 20, 20, 100, 0.5, 2, 2, 5},
|
||||
{"Setup Keys - L", 500, 50, 100, 1000, 0.5, 2, 2, 5},
|
||||
{"Setup Keys - XL", 500, 50, 100, 5000, 0.5, 2, 2, 5},
|
||||
{"Setup Keys - XS", 5, 5, 5, 5, 0.5, 2, 2, 12},
|
||||
{"Setup Keys - S", 5, 5, 5, 5, 0.5, 2, 2, 12},
|
||||
{"Setup Keys - M", 100, 20, 20, 100, 0.5, 2, 2, 12},
|
||||
{"Setup Keys - L", 500, 50, 100, 1000, 0.5, 2, 2, 12},
|
||||
{"Setup Keys - XL", 500, 50, 100, 5000, 0.5, 2, 2, 12},
|
||||
}
|
||||
|
||||
log.SetOutput(io.Discard)
|
||||
@ -101,11 +101,11 @@ func BenchmarkUpdateSetupKey(b *testing.B) {
|
||||
minMsPerOpCICD float64
|
||||
maxMsPerOpCICD float64
|
||||
}{
|
||||
{"Setup Keys - XS", 5, 5, 5, 5, 0.5, 2, 3, 7},
|
||||
{"Setup Keys - S", 5, 5, 5, 5, 0.5, 2, 3, 7},
|
||||
{"Setup Keys - M", 100, 20, 20, 100, 0.5, 2, 3, 7},
|
||||
{"Setup Keys - L", 500, 50, 100, 1000, 0.5, 2, 3, 7},
|
||||
{"Setup Keys - XL", 500, 50, 100, 5000, 0.5, 2, 3, 7},
|
||||
{"Setup Keys - XS", 5, 5, 5, 5, 0.5, 2, 3, 15},
|
||||
{"Setup Keys - S", 5, 5, 5, 5, 0.5, 2, 3, 15},
|
||||
{"Setup Keys - M", 100, 20, 20, 100, 0.5, 2, 3, 15},
|
||||
{"Setup Keys - L", 500, 50, 100, 1000, 0.5, 2, 3, 15},
|
||||
{"Setup Keys - XL", 500, 50, 100, 5000, 0.5, 2, 3, 15},
|
||||
}
|
||||
|
||||
log.SetOutput(io.Discard)
|
||||
@ -173,11 +173,11 @@ func BenchmarkGetOneSetupKey(b *testing.B) {
|
||||
minMsPerOpCICD float64
|
||||
maxMsPerOpCICD float64
|
||||
}{
|
||||
{"Setup Keys - XS", 5, 5, 5, 5, 0.5, 2, 2, 4},
|
||||
{"Setup Keys - S", 5, 5, 5, 5, 0.5, 2, 2, 4},
|
||||
{"Setup Keys - M", 100, 20, 20, 100, 0.5, 2, 2, 4},
|
||||
{"Setup Keys - L", 500, 50, 100, 1000, 0.5, 2, 2, 4},
|
||||
{"Setup Keys - XL", 500, 50, 100, 5000, 0.5, 2, 2, 4},
|
||||
{"Setup Keys - XS", 5, 5, 5, 5, 0.5, 2, 2, 12},
|
||||
{"Setup Keys - S", 5, 5, 5, 5, 0.5, 2, 2, 12},
|
||||
{"Setup Keys - M", 100, 20, 20, 100, 0.5, 2, 2, 12},
|
||||
{"Setup Keys - L", 500, 50, 100, 1000, 0.5, 2, 2, 12},
|
||||
{"Setup Keys - XL", 500, 50, 100, 5000, 0.5, 2, 2, 12},
|
||||
}
|
||||
|
||||
log.SetOutput(io.Discard)
|
||||
@ -291,11 +291,11 @@ func BenchmarkDeleteSetupKey(b *testing.B) {
|
||||
minMsPerOpCICD float64
|
||||
maxMsPerOpCICD float64
|
||||
}{
|
||||
{"Setup Keys - XS", 5, 5, 5, 5, 0.5, 2, 2, 5},
|
||||
{"Setup Keys - S", 5, 5, 5, 5, 0.5, 2, 2, 5},
|
||||
{"Setup Keys - M", 100, 20, 20, 100, 0.5, 2, 2, 5},
|
||||
{"Setup Keys - L", 500, 50, 100, 1000, 0.5, 2, 2, 5},
|
||||
{"Setup Keys - XL", 500, 50, 100, 5000, 0.5, 2, 2, 5},
|
||||
{"Setup Keys - XS", 5, 5, 5, 5, 0.5, 2, 1, 12},
|
||||
{"Setup Keys - S", 5, 5, 5, 5, 0.5, 2, 1, 12},
|
||||
{"Setup Keys - M", 100, 20, 20, 100, 0.5, 2, 1, 12},
|
||||
{"Setup Keys - L", 500, 50, 100, 1000, 0.5, 2, 1, 12},
|
||||
{"Setup Keys - XL", 500, 50, 100, 5000, 0.5, 2, 1, 12},
|
||||
}
|
||||
|
||||
log.SetOutput(io.Discard)
|
||||
|
Loading…
Reference in New Issue
Block a user