From b5467e7fa4a9d3255e6cd13315cd329d74e0748d Mon Sep 17 00:00:00 2001 From: Tochemey Date: Mon, 12 Aug 2024 16:52:46 +0100 Subject: [PATCH] perf: use mpsc queue --- bench/benchmark_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/benchmark_test.go b/bench/benchmark_test.go index 651cd7db..5ffccdaa 100644 --- a/bench/benchmark_test.go +++ b/bench/benchmark_test.go @@ -31,7 +31,7 @@ import ( "testing" "time" - . "github.com/klauspost/cpuid/v2" + . "github.com/klauspost/cpuid/v2" //nolint "github.com/stretchr/testify/require" "github.com/tochemey/goakt/v2/actors"