We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Background
We refactored benchmarks to test all databases in #465 . However, the CI is failing in bencher: https://dashboard.bencher.orijtech.com/benchmark/adc2a152a52245579ef92af91f4f0f74
In #468 we commented out all databases but memdb and goleveldb to allow bencher to pass.
memdb
goleveldb
From the initial investigation, the failure might be due to these additional databases requiring extra setup: https://github.com/cosmos/iavl/blob/fe24be8d8d97a95c588554299eb045dea116a8a9/benchmarks/setup/INSTALL_ROOT.sh
However, more investigation is needed to determine the true source
Acceptance Criteria
bench_test.go
The text was updated successfully, but these errors were encountered:
@faddat I think you did this work?
Sorry, something went wrong.
I did, but we are held up on a merge.
Here's what I'll do to resolve:
Close this PR: #466
Finish implemeting this issue: cosmos/cosmos-sdk#11688
Make this repository depend on that docker image.
Also, if there are no known usages of iavl outside of the cosmos-sdk, I want to recommend that we move this into cosmos/cosmos-sdk
Closing as we are migrating to cosmos-db and removed badger and bolt
No branches or pull requests
Background
We refactored benchmarks to test all databases in #465 . However, the CI is failing in bencher: https://dashboard.bencher.orijtech.com/benchmark/adc2a152a52245579ef92af91f4f0f74
In #468 we commented out all databases but
memdb
andgoleveldb
to allow bencher to pass.From the initial investigation, the failure might be due to these additional databases requiring extra setup:
https://github.com/cosmos/iavl/blob/fe24be8d8d97a95c588554299eb045dea116a8a9/benchmarks/setup/INSTALL_ROOT.sh
However, more investigation is needed to determine the true source
Acceptance Criteria
bench_test.go
The text was updated successfully, but these errors were encountered: