summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
* pipelinebenchmarkChristian Mollekopf2017-10-17
|
* storagebenchmarkChristian Mollekopf2017-10-17
|
* dummyresourcebenchmark valuesChristian Mollekopf2017-10-17
|
* Split up dummyresourcewritebenchmark into datasets that we want toChristian Mollekopf2017-10-17
| | | | display.
* QUICK_TRY_VERIFY for quick polling in benchmarksChristian Mollekopf2017-10-16
|
* Updated the information we collect for dummyresourcewritebenchmarkChristian Mollekopf2017-10-16
|
* Don't do too much benchmarking in the testsChristian Mollekopf2017-10-16
|
* Share variance/maxDifference implementationChristian Mollekopf2017-10-16
|
* Fixed mail_query_incremental definitionsChristian Mollekopf2017-10-13
|
* hawd def for incremental vs nonincremental comparisonChristian Mollekopf2017-10-12
|
* Removed no longer used hawd definitionChristian Mollekopf2017-10-12
|
* Changed how we record and print the mail query benchmark data.Christian Mollekopf2017-10-12
| | | | | | Each column can represent an individual value, which we can use to record related data. Each row thus represents a new run of the benchmark.
* We are not reliably staying under 500Christian Mollekopf2017-10-12
|
* Don't use QTRY_* in a benchmarkChristian Mollekopf2017-10-11
| | | | It has a backoff timer inside which skews the time measurements.
* hawd json output moduleChristian Mollekopf2017-10-10
|
* Debug outputChristian Mollekopf2017-10-10
|
* Fixed hawd definition fileChristian Mollekopf2017-10-10
|
* No need to make this overly complicated.Christian Mollekopf2017-10-10
|
* Avoid relying on timeouts in testsChristian Mollekopf2017-10-09
|
* Ensure we copy all blobs when copying to another resourceChristian Mollekopf2017-10-09
|
* Error checking and debug outputChristian Mollekopf2017-10-09
|
* Optimized the incremental update case.Christian Mollekopf2017-10-08
| | | | | | | | | | | | This brings the incremental closer to a regular query (about 1.5 times as bad instead of 3.5 times). For a comparison look at MailQueryBenchmark::testIncremental() The optimization is built on the assumption that we i.e. get an update with 100 revisions, and thus the optimization applies to the case where we have multiple revisions within that batch that are part of the same reduction. In such a case we can avoid redoing the reduction lookup over and over.
* Benchmark cleanupChristian Mollekopf2017-10-08
|
* The variance of a single value is 0Christian Mollekopf2017-10-08
|
* Fixed dummyresource write benchmarkChristian Mollekopf2017-10-06
|
* Improved sinksh stat summaryChristian Mollekopf2017-10-06
|
* Detect login failuresChristian Mollekopf2017-09-22
|
* Support supplying a password with sinkshChristian Mollekopf2017-09-20
|
* Days to sync from configChristian Mollekopf2017-09-20
|
* Get both maildir and imap sync tests to workChristian Mollekopf2017-09-20
|
* We now get a connectionerrorChristian Mollekopf2017-09-20
|
* Fixed tests with secretstoreChristian Mollekopf2017-09-20
|
* Only processPendingCommandQueue once and send secret command after that.Christian Mollekopf2017-09-18
| | | | We run into a crash otherwise when creating the first account..
* Ported mailtransportresourceChristian Mollekopf2017-09-18
|
* Avoid storing the password in the configurationChristian Mollekopf2017-09-18
| | | | | | | The password (or any other secret), is now cached in the client process (in-memory only), and delivered to the resource via command. The resource avoids doing any operations against the source until the secret is available.
* commentsChristian Mollekopf2017-09-13
|
* Reduce the number of progress notifications for large sync sets.Christian Mollekopf2017-09-13
| | | | | We don't need an update for every mail if we download 50k mails. We just need enough to animate a progress bar.
* Benchmark incremental queriesChristian Mollekopf2017-09-13
|
* Merge branch 'master' into developChristian Mollekopf2017-09-13
|\
| * Merge commit 'ebdb89b8bb482bbb5ecd544c3d38bef35fc7d820'v0.4.0Christian Mollekopf2017-09-13
| |\
| * \ Merge branch 'develop'Christian Mollekopf2017-07-03
| |\ \
| * | | Fixed build errorChristian Mollekopf2017-04-26
| | | |
* | | | Simplified codeChristian Mollekopf2017-09-12
| | | |
* | | | Avoid reindexing the same threadChristian Mollekopf2017-09-12
| | | |
* | | | Clarified codeChristian Mollekopf2017-09-12
| | | |
* | | | Going towards 0.5Christian Mollekopf2017-09-08
| | | |
* | | | Ignore kolab groupware folders.Christian Mollekopf2017-09-07
| |_|/ |/| |
* | | Release of 0.4.0Christian Mollekopf2017-09-07
| | |
* | | Fixed getUids by type filtering.Christian Mollekopf2017-09-07
| | | | | | | | | | | | | | | We used to simply return all uids. Requires "sinksh upgrade"
* | | Avoid hiding the index() functionChristian Mollekopf2017-09-02
| | |