PumpkinSeed / bucket

[DEPRECATED] Optimized data structure framework for Couchbase specialized on one bucket usage
GNU General Public License v3.0
6 stars 2 forks source link

Write individual benchmarks without inner fmt #54

Closed PumpkinSeed closed 5 years ago

PumpkinSeed commented 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.

Benchmarks: