Skip to content

Releases: dmitryikh/leaves

extra test data v3.0

16 Mar 21:42
Compare
Choose a tag to compare

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

19 Sep 18:56
Compare
Choose a tag to compare

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

15 Sep 11:25
Compare
Choose a tag to compare

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 .