Browse Source

Make benchmarks a real package for go get ./...

pull/164/head
Jae Kwon 9 years ago
parent
commit
465cb6d327
3 changed files with 3 additions and 2 deletions
  1. +1
    -1
      benchmarks/chan_test.go
  2. +1
    -0
      benchmarks/empty.go
  3. +1
    -1
      benchmarks/map_test.go

+ 1
- 1
benchmarks/chan_test.go View File

@ -1,4 +1,4 @@
package main
package benchmarks
import (
"testing"


+ 1
- 0
benchmarks/empty.go View File

@ -0,0 +1 @@
package benchmarks

+ 1
- 1
benchmarks/map_test.go View File

@ -1,4 +1,4 @@
package main
package benchmarks
import (
. "github.com/tendermint/go-common"


Loading…
Cancel
Save