integration

package
v0.90.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 14, 2020 License: MIT Imports: 0 Imported by: 0

README

Integration package

The main goal is to have integration tests here.

Performance test

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.

Documentation

Overview

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`.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL