nickva commented on PR #4144: URL: https://github.com/apache/couchdb/pull/4144#issuecomment-1227865062
Checking compatibility replicating from older versions of Apache CouchDB to either the main branch or the PR branch. Older version were run with `docker run -p 5984:5984 -it couchdb:$version` then used couchdyno with 10k documents. `r=rep.Rep(); r.replicate_1_to_n_and_compare(1, num=100000, normal=True)` | CouchDB Version | main branch | PR branch | | ------------------|-------------| ----| |3.2.2 | 160 sec | 55 sec (60% speedup) | |2.3.1 | 80 sec | 20 sec (75% speedup) | |1.7.2 | 65 sec | 15 sec (80% speedup) | |1.6.1 | 75 sec | 70 sec (no _bulk_get API) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
