Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | pipelinebenchmark | Christian Mollekopf | 2017-10-17 | |
| | ||||
* | storagebenchmark | Christian Mollekopf | 2017-10-17 | |
| | ||||
* | dummyresourcebenchmark values | Christian Mollekopf | 2017-10-17 | |
| | ||||
* | Split up dummyresourcewritebenchmark into datasets that we want to | Christian Mollekopf | 2017-10-17 | |
| | | | | display. | |||
* | QUICK_TRY_VERIFY for quick polling in benchmarks | Christian Mollekopf | 2017-10-16 | |
| | ||||
* | Updated the information we collect for dummyresourcewritebenchmark | Christian Mollekopf | 2017-10-16 | |
| | ||||
* | Don't do too much benchmarking in the tests | Christian Mollekopf | 2017-10-16 | |
| | ||||
* | Share variance/maxDifference implementation | Christian Mollekopf | 2017-10-16 | |
| | ||||
* | Fixed mail_query_incremental definitions | Christian Mollekopf | 2017-10-13 | |
| | ||||
* | hawd def for incremental vs nonincremental comparison | Christian Mollekopf | 2017-10-12 | |
| | ||||
* | Removed no longer used hawd definition | Christian Mollekopf | 2017-10-12 | |
| | ||||
* | Changed how we record and print the mail query benchmark data. | Christian Mollekopf | 2017-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 500 | Christian Mollekopf | 2017-10-12 | |
| | ||||
* | Don't use QTRY_* in a benchmark | Christian Mollekopf | 2017-10-11 | |
| | | | | It has a backoff timer inside which skews the time measurements. | |||
* | hawd json output module | Christian Mollekopf | 2017-10-10 | |
| | ||||
* | Debug output | Christian Mollekopf | 2017-10-10 | |
| | ||||
* | Fixed hawd definition file | Christian Mollekopf | 2017-10-10 | |
| | ||||
* | No need to make this overly complicated. | Christian Mollekopf | 2017-10-10 | |
| | ||||
* | Avoid relying on timeouts in tests | Christian Mollekopf | 2017-10-09 | |
| | ||||
* | Ensure we copy all blobs when copying to another resource | Christian Mollekopf | 2017-10-09 | |
| | ||||
* | Error checking and debug output | Christian Mollekopf | 2017-10-09 | |
| | ||||
* | Optimized the incremental update case. | Christian Mollekopf | 2017-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 cleanup | Christian Mollekopf | 2017-10-08 | |
| | ||||
* | The variance of a single value is 0 | Christian Mollekopf | 2017-10-08 | |
| | ||||
* | Fixed dummyresource write benchmark | Christian Mollekopf | 2017-10-06 | |
| | ||||
* | Improved sinksh stat summary | Christian Mollekopf | 2017-10-06 | |
| | ||||
* | Detect login failures | Christian Mollekopf | 2017-09-22 | |
| | ||||
* | Support supplying a password with sinksh | Christian Mollekopf | 2017-09-20 | |
| | ||||
* | Days to sync from config | Christian Mollekopf | 2017-09-20 | |
| | ||||
* | Get both maildir and imap sync tests to work | Christian Mollekopf | 2017-09-20 | |
| | ||||
* | We now get a connectionerror | Christian Mollekopf | 2017-09-20 | |
| | ||||
* | Fixed tests with secretstore | Christian Mollekopf | 2017-09-20 | |
| | ||||
* | Only processPendingCommandQueue once and send secret command after that. | Christian Mollekopf | 2017-09-18 | |
| | | | | We run into a crash otherwise when creating the first account.. | |||
* | Ported mailtransportresource | Christian Mollekopf | 2017-09-18 | |
| | ||||
* | Avoid storing the password in the configuration | Christian Mollekopf | 2017-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. | |||
* | comments | Christian Mollekopf | 2017-09-13 | |
| | ||||
* | Reduce the number of progress notifications for large sync sets. | Christian Mollekopf | 2017-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 queries | Christian Mollekopf | 2017-09-13 | |
| | ||||
* | Merge branch 'master' into develop | Christian Mollekopf | 2017-09-13 | |
|\ | ||||
| * | Merge commit 'ebdb89b8bb482bbb5ecd544c3d38bef35fc7d820'v0.4.0 | Christian Mollekopf | 2017-09-13 | |
| |\ | ||||
| * \ | Merge branch 'develop' | Christian Mollekopf | 2017-07-03 | |
| |\ \ | ||||
| * | | | Fixed build error | Christian Mollekopf | 2017-04-26 | |
| | | | | ||||
* | | | | Simplified code | Christian Mollekopf | 2017-09-12 | |
| | | | | ||||
* | | | | Avoid reindexing the same thread | Christian Mollekopf | 2017-09-12 | |
| | | | | ||||
* | | | | Clarified code | Christian Mollekopf | 2017-09-12 | |
| | | | | ||||
* | | | | Going towards 0.5 | Christian Mollekopf | 2017-09-08 | |
| | | | | ||||
* | | | | Ignore kolab groupware folders. | Christian Mollekopf | 2017-09-07 | |
| |_|/ |/| | | ||||
* | | | Release of 0.4.0 | Christian Mollekopf | 2017-09-07 | |
| | | | ||||
* | | | Fixed getUids by type filtering. | Christian Mollekopf | 2017-09-07 | |
| | | | | | | | | | | | | | | | We used to simply return all uids. Requires "sinksh upgrade" | |||
* | | | Avoid hiding the index() function | Christian Mollekopf | 2017-09-02 | |
| | | |