mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-07 23:41:29 +02:00
comments cleanup
This commit is contained in:
@@ -15,9 +15,8 @@ import (
|
||||
"github.com/netbirdio/netbird/management/server/types"
|
||||
)
|
||||
|
||||
// wireBenchScales mirrors the scales used by networkmap_benchmark_test.go but
|
||||
// trimmed: encoding+marshal are linear, so we don't need the 30k peer extreme
|
||||
// to see the trend.
|
||||
// wireBenchScales — trimmed scale set for wire-size measurements. Encoding
|
||||
// and marshalling are linear, so the largest extremes don't add signal.
|
||||
var wireBenchScales = []benchmarkScale{
|
||||
{"100peers_5groups", 100, 5},
|
||||
{"500peers_20groups", 500, 20},
|
||||
|
||||
Reference in New Issue
Block a user