Releases: dmitryikh/leaves
Releases · dmitryikh/leaves
extra test data v3.0
place files from testdata_v3.zip
to testdata
folder to activate additional large scale test cases and benchmarks
to run tests:
cd $GOPATH/src/github.com/dmitryikh/leaves
go test -v
to run benchmarks:
cd $GOPATH/src/github.com/dmitryikh/leaves
go test -bench .
extra test data v2.0
place files from testdata_v2.zip
to testdata
folder to activate additional large scale test cases and benchmarks
to run tests:
cd $GOPATH/src/github.com/dmitryikh/leaves
go test -v
to run benchmarks:
cd $GOPATH/src/github.com/dmitryikh/leaves
go test -bench .
extra test data
place files from testdata.zip
to testdata
folder to activate additional large scale test cases and benchmarks
to run tests:
cd $GOPATH/src/github.com/dmitryikh/leaves
go test -v
to run benchmarks:
cd $GOPATH/src/github.com/dmitryikh/leaves
go test -bench .