You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/wgengine/bench
Josh Bleecher Snyder a72fb7ac0b wgengine/bench: handle multiple Engine status callbacks
It is possible to get multiple status callbacks from an Engine.
We need to wait for at least one from each Engine.
Without limiting to one per Engine,
wait.Wait can exit early or can panic due to a negative counter.

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
3 years ago
..
bench.go wgengine/bench: close Engines on benchmark completion 3 years ago
bench_test.go wgengine/bench: close Engines on benchmark completion 3 years ago
trafficgen.go wgengine/bench: improved rate selection. 3 years ago
wg.go wgengine/bench: handle multiple Engine status callbacks 3 years ago