This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
Make benchmarks a real package for go get ./...
pull/164/head
Jae Kwon
9 years ago
parent
09351996a4
commit
465cb6d327
3 changed files
with
3 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
benchmarks/chan_test.go
+1
-0
benchmarks/empty.go
+1
-1
benchmarks/map_test.go
+ 1
- 1
benchmarks/chan_test.go
View File
@ -1,4 +1,4 @@
package
main
package
benchmarks
import
(
import
(
"testing"
"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
(
import
(
.
"github.com/tendermint/go-common"
.
"github.com/tendermint/go-common"
Write
Preview
Loading…
Cancel
Save