From 4cd086276987cf3618490440f1dcc87eff427343 Mon Sep 17 00:00:00 2001 From: Marvin Wendt Date: Wed, 7 Jun 2023 18:18:48 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index ed9a249..aede000 100644 --- a/README.md +++ b/README.md @@ -80,12 +80,7 @@ Thread\-safety is achieved by using atomic operations amd guarantees that two co Benchmark: ``` -BenchmarkLoadbalancer_Next 251751190 4.772 ns/op -BenchmarkLoadbalancer_Next-2 250728889 4.834 ns/op -BenchmarkLoadbalancer_Next-4 253328150 4.773 ns/op -BenchmarkLoadbalancer_Next-8 248147372 4.783 ns/op -BenchmarkLoadbalancer_Next-16 249468267 4.773 ns/op -BenchmarkLoadbalancer_Next-32 247134729 4.802 ns/op +BenchmarkLoadbalancer_Next-32 252656684 4.756 ns/op 0 B/op 0 allocs/op ``` ## Index