go-orm-benchmarks icon indicating copy to clipboard operation
go-orm-benchmarks copied to clipboard

testing.Benchmark Implementation

Open efectn opened this issue 2 years ago • 1 comments

Current benchmark iplementation is fine but it may contains some potantial problems and bugs. To escape these problems, we should create new benchmark suite by using https://pkg.go.dev/testing#Benchmark

efectn avatar Apr 24 '22 14:04 efectn

Directly implement is a bit hard. We need to re-create suite to use testing.Benchmark, there're some breaking-changes 😵‍💫😵‍💫

efectn avatar May 02 '22 04:05 efectn