update expected benchmark timings

This commit is contained in:
Pascal Fischer 2024-11-29 15:35:59 +01:00
parent 06d18c0fbe
commit 39f8eb72d0

View File

@ -243,12 +243,12 @@ func BenchmarkGetAllSetupKeys(b *testing.B) {
}{
{"Setup Keys - XS", 10000, 10000, 10000, 5, 0.5, 2, 1, 10},
{"Setup Keys - S", 5, 5, 5, 10, 0.5, 2, 1, 12},
{"Setup Keys - M", 100, 20, 20, 1000, 5, 10, 2, 15},
{"Setup Keys - L", 5, 5, 5, 5000, 30, 50, 10, 25},
{"Peers - L", 10000, 5, 5, 5000, 30, 50, 2, 5},
{"Groups - L", 5, 10000, 5, 5000, 30, 50, 2, 5},
{"Users - L", 5, 5, 10000, 5000, 30, 50, 2, 5},
{"Setup Keys - XL", 500, 50, 100, 25000, 140, 220, 35, 150},
{"Setup Keys - M", 100, 20, 20, 1000, 5, 10, 5, 20},
{"Setup Keys - L", 5, 5, 5, 5000, 30, 50, 50, 100},
{"Peers - L", 10000, 5, 5, 5000, 30, 50, 50, 100},
{"Groups - L", 5, 10000, 5, 5000, 30, 50, 50, 100},
{"Users - L", 5, 5, 10000, 5000, 30, 50, 50, 100},
{"Setup Keys - XL", 500, 50, 100, 25000, 140, 220, 300, 500},
}
log.SetOutput(io.Discard)