Closed PumpkinSeed closed 5 years ago
There are benchmark test in the operations_test.go where there is inner measurements inside the for loop of the benchmark. Separate them or pull them out from the for loop, but the main issue is the fmt's functions inside the for loop.
fmt
Benchmarks:
BenchmarkGetSingle
BenchmarkGetEmbedded
BenchmarkGetPtr
BenchmarkRemoveEmbedded
There are benchmark test in the operations_test.go where there is inner measurements inside the for loop of the benchmark. Separate them or pull them out from the for loop, but the main issue is the
fmt
's functions inside the for loop.Benchmarks:
BenchmarkGetSingle
BenchmarkGetEmbedded
BenchmarkGetPtr
BenchmarkRemoveEmbedded