david415 / HoneyBadger

Quantum Insert detector/recorder
GNU General Public License v3.0
305 stars 39 forks source link

write performance benchmarks! #13

Closed david415 closed 9 years ago

david415 commented 9 years ago

we need to write this so that we can understand which feature additions caused performance loss! after skimming http://golang.org/pkg/testing/ it seems fairly easy to write benchmarks...

david415 commented 9 years ago

booyah! https://github.com/david415/HoneyBadger/commit/2fc29bb4429186cf99991892d7bde1ca66cc8930

obviously the code could be composed more elegantly... but this was quick to write and it works.