mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-22 09:21:32 +00:00
Make benchmarks a real package for go get ./...
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
package main
|
package benchmarks
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
1
benchmarks/empty.go
Normal file
1
benchmarks/empty.go
Normal file
@ -0,0 +1 @@
|
|||||||
|
package benchmarks
|
@ -1,4 +1,4 @@
|
|||||||
package main
|
package benchmarks
|
||||||
|
|
||||||
import (
|
import (
|
||||||
. "github.com/tendermint/go-common"
|
. "github.com/tendermint/go-common"
|
||||||
|
Reference in New Issue
Block a user