Discover Packages
github.com/nspcc-dev/neo-go
integration
package
Version:
v0.90.0
Opens a new window with list of versions in this module.
Published: Jul 14, 2020
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
Integration package
The main goal is to have integration tests here.
Right now we have performance_test.go
to measure number of processed TX per second.
In order to run it:
$ cd integration
$ go test -bench=. -benchmem
Result:
10000 402421 ns/op 177370 B/op 90 allocs/op
PASS
ok github.com/nspcc-dev/neo-go/integration 4.360s
Which means that in 4.360 seconds neo-go processes 10 000 transactions.
Expand ▾
Collapse ▴
Documentation
¶
Package integration contains integration tests.
See README.md for more info.
This file exists with the sole purpose to get rid of
"go build github.com/nspcc-dev/neo-go/integration: no non-test Go files in *"
when running `go test -coverpkg=all`.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.