Skip to content

Instantly share code, notes, and snippets.

package bench
import (
"github.com/bytedance/gopkg/util/gopool"
"github.com/lesismal/nbio/taskpool"
ants "github.com/panjf2000/ants/v2"
"github.com/redis/go-redis/v9"
"sync"
"testing"
)