Coder Social home page Coder Social logo

Benchmarks crash on goleveldb about iavl HOT 2 CLOSED

cosmos avatar cosmos commented on May 27, 2024
Benchmarks crash on goleveldb

from iavl.

Comments (2)

ethanfrey avatar ethanfrey commented on May 27, 2024

I can reproduce this also on develop: commit 595f3dc

cd benchmarks/ && go test -bench=Medium

from iavl.

ethanfrey avatar ethanfrey commented on May 27, 2024

Seems like some crashed tests left half-finished dbs there. With help from @cloudhead I removed them and now it works...

$ go test -bench=Medium
Init Tree took 96.26 MB
goos: linux
goarch: amd64
pkg: github.com/tendermint/iavl/benchmarks
BenchmarkMedium/memdb-100000-100-16-40/query-miss-8         	  200000	      5265 ns/op
BenchmarkMedium/memdb-100000-100-16-40/query-hits-8         	  300000	      6180 ns/op
BenchmarkMedium/memdb-100000-100-16-40/update-8             	   10000	    283194 ns/op
BenchmarkMedium/memdb-100000-100-16-40/block-8              	      50	  29689677 ns/op
Init Tree took 46.96 MB
BenchmarkMedium/goleveldb-100000-100-16-40/query-miss-8     	  100000	     12652 ns/op
BenchmarkMedium/goleveldb-100000-100-16-40/query-hits-8     	  100000	     16212 ns/op
BenchmarkMedium/goleveldb-100000-100-16-40/update-8         	   10000	    330389 ns/op
BenchmarkMedium/goleveldb-100000-100-16-40/block-8          	      50	  38318145 ns/op
Init Tree took 38.89 MB
BenchmarkMedium/leveldb-100000-100-16-40/query-miss-8       	  100000	     12147 ns/op
BenchmarkMedium/leveldb-100000-100-16-40/query-hits-8       	  100000	     15993 ns/op
BenchmarkMedium/leveldb-100000-100-16-40/update-8           	   10000	    336612 ns/op
BenchmarkMedium/leveldb-100000-100-16-40/block-8            	      30	  33432249 ns/op
PASS
ok  	github.com/tendermint/iavl/benchmarks	32.400s

from iavl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.