Add CouchDB and SurrealDB to benchmarks#19
Merged
Conversation
Add couchdb and surrealdb services to the benchmark docker-compose, and bench stanzas for both backends in all four bench files (put/get, sequential/concurrent). Refresh docs/reports/ with the regenerated criterion output that now covers all six backends.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
couchdbandsurrealdbservices tobenches/docker-compose.yml.docs/reports/from Criterion so the published report at https://seriousbug.github.io/cuttlestore/reports/ covers all six backends.docs/reports/index.htmlis a meta-refresh intoreport/index.html, which is where current Criterion versions place the top-level summary.Test plan
cd benches && docker compose up -dbrings up redis, couchdb, surrealdbcargo bench --features backend-filesystem,backend-surrealdbruns all four benches against all six backends on a clean checkoutdocs/reports/after merge