github.com/cilium/cilium@v1.16.2/pkg/rate/api_limiter_norace_test.go (about) 1 // SPDX-License-Identifier: Apache-2.0 2 // Copyright Authors of Cilium 3 4 //go:build !race 5 6 package rate 7 8 import "testing" 9 10 func TestStressRateLimiter(t *testing.T) { 11 testStressRateLimiter(t, 1000) 12 }