Cleanup benchmarks

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
Jakub Sztandera
2019-08-30 15:47:55 -07:00
committed by whyrusleeping
parent 054f0fc0ef
commit 2e9d4301e1
4 changed files with 53 additions and 10 deletions
+7
View File
@@ -0,0 +1,7 @@
//+build tools
package build
import (
_ "github.com/whyrusleeping/bencher"
)