summaryrefslogtreecommitdiff
path: root/scripts/profiling/mail/mx.py
AgeCommit message (Collapse)Author
2015-11-03[refactor] CouchDocument is now ServerDocumentVictor Shyba
As SoledadBackend is intended to be database agnostic, a new generic document is now used instead of the old one made for CouchDB. The only attribute that really relates to couch was couch_rev, removed on this commit as it can be set on CouchDatabase implementation when needed.
2014-09-10Add benchmarking scripts.drebs