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/util/eventbus
M. J. Fromberger 0663412559
util/eventbus: add basic throughput benchmarks (#15284)
Shovel small events through the pipeine as fast as possible in a few basic
configurations, to establish some baseline performance numbers.

Updates #15160

Change-Id: I1dcbbd1109abb7b93aa4dcb70da57f183eb0e60e
Signed-off-by: M. J. Fromberger <fromberger@tailscale.com>
10 months ago
..
assets util/eventbus: add a debug HTTP handler for the bus 10 months ago
debug-demo util/eventbus: add a helper program for bus development 10 months ago
bench_test.go util/eventbus: add basic throughput benchmarks (#15284) 10 months ago
bus.go util/eventbus: add a debug HTTP handler for the bus 10 months ago
bus_test.go util/eventbus: rework to have a Client abstraction 10 months ago
client.go util/eventbus: add debugger methods to list pub/sub types 10 months ago
debug.go util/eventbus: add a debug HTTP handler for the bus 10 months ago
debughttp.go util/eventbus: add a debug HTTP handler for the bus 10 months ago
doc.go util/eventbus: initial debugging facilities for the event bus 10 months ago
fetch-htmx.go util/eventbus: add a debug HTTP handler for the bus 10 months ago
publish.go util/eventbus: initial debugging facilities for the event bus 10 months ago
queue.go util/eventbus: make internal queue a generic type 10 months ago
subscribe.go util/eventbus: add debugger methods to list pub/sub types 10 months ago