summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* put hbtree in a namespaceOswald Buddenhagen2013-03-131-1/+5
* Remove append-only btreeJamey Hicks2012-10-111-176/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-248-192/+192
* Set the Qt API level to compatibility mode in all tests and in one lib.Thiago Macieira2012-08-016-0/+8
* build system cleanupsOswald Buddenhagen2012-06-272-6/+0
* Add a benchmark that mimics the way how list model uses jsondbTapani Mikola2012-06-071-0/+33
* Removed unnecessary LIBS from autotestsDenis Dzyubenko2012-06-071-2/+0
* Added a benchmark to measure performance with many active watchers.Denis Dzyubenko2012-05-301-0/+31
* extend autotest timeout limit and fix packingBai Jing2012-05-291-1/+1
* remove duplicate section in tests.xmlBai Jing2012-05-291-4/+0
* change the path to start tests and add missing testsBai Jing2012-05-291-4/+16
* Added a test that reads from multiple private partitions.Denis Dzyubenko2012-05-251-0/+1
* Moved jsondb query parser to a separate class.Denis Dzyubenko2012-05-251-51/+124
* Added error checking when parsing partition configuration fileDenis Dzyubenko2012-05-254-15/+13
* Switch to non-deprecated QQmlEngine::importPluginJamey Hicks2012-05-232-6/+6
* Moved index functions to JsonDbIndexPrivate classDenis Dzyubenko2012-05-211-7/+3
* Make client benchmark to install correctlyTapani Mikola2012-05-141-1/+5
* Revert "Moved implemented of helper classes to header file"Sergey Hambardzumyan2012-05-111-0/+1
* Added client benchmark that uses large transactions.Denis Dzyubenko2012-05-111-0/+68
* Added a benchmark for JsonDbObject::valueByPathDenis Dzyubenko2012-05-103-1/+151
* PIMPL the JsonDbPartition classKevin Simons2012-05-102-4/+5
* Renamed JsonDbObject::propertyLookup to valueByPath()Denis Dzyubenko2012-05-091-3/+3
* Added btree benchmark that inserts 1000 items in one transactionDenis Dzyubenko2012-05-091-0/+39
* Move the client benchmarks to the new C++ APIKevin Simons2012-05-064-467/+250
* Improve separation between the protocol and the underlying implementationKevin Simons2012-05-061-2/+2
* Removed deprecated -base-name argument from autotestsDenis Dzyubenko2012-05-063-7/+3
* Open transaction not being closed in benchmark testAli Akhtarzada2012-04-201-1/+1
* Make all autotests pass with -reject-stale-updates enabledKevin Simons2012-04-191-8/+21
* More performance enhancement to caching list modelTapani Mikola2012-04-131-1/+7
* Merge remote-tracking branch 'gerrit/hbtree'Denis Dzyubenko2012-04-125-3/+606
|\
| * Merge remote-tracking branch 'gerrit/master' into hbtreehbtreeDenis Dzyubenko2012-04-1120-1247/+548
| |\
| * | hbtree optimize cursorPreviousAli Akhtarzada2012-04-041-0/+62
| * | Hbtree smart asserts, refactor, debug clean upAli Akhtarzada2012-03-301-0/+62
| * | Merge remote-tracking branch 'gerrit/master' into gerrit-masterDenis Dzyubenko2012-03-195-217/+133
| |\ \
| * | | Added btrees::insertItem benchmark to check performance of single put.Denis Dzyubenko2012-03-131-0/+37
| * | | Changed btrees benchmark to remove if branch from QBENCHMARK blockDenis Dzyubenko2012-03-131-25/+49
| * | | Merge remote-tracking branch 'gerrit/master' into gerrit-masterDenis Dzyubenko2012-03-1211-44/+41
| |\ \ \
| * | | | Added btree benchmark suite to compare different btreesAli Akhtarzada2012-03-073-1/+415
| * | | | Add hbtree to daemonAli Akhtarzada2012-03-061-2/+2
* | | | | Ensure that the partitions.json files are installed with the autotestsKevin Simons2012-04-112-0/+12
| |_|_|/ |/| | |
* | | | Remove benchmarks for old jsondblistmodelPrasanth Ullattil2012-04-115-708/+1
* | | | Rename daemon benchmark to partitionKevin Simons2012-04-115-64/+65
* | | | Rename daemon autotest to partitionKevin Simons2012-04-102-7/+7
* | | | Split partition handling out into a separate moduleKevin Simons2012-04-102-6/+5
* | | | Switch to a partition-loading system based on filesKevin Simons2012-04-106-4/+12
* | | | Initial commit to support any type of Indexes in caching list modelTapani Mikola2012-04-102-1/+99
* | | | More fixes for QML tests & benchmarksPrasanth Ullattil2012-04-046-308/+294
* | | | Removed qjson parser.Denis Dzyubenko2012-04-0210-77/+4
* | | | Remove support for non-object [= ] query form.Jamey Hicks2012-03-312-44/+4
* | | | Fix memory leaks in daemon auto tests and benchmark.Jamey Hicks2012-03-301-26/+51
| |_|/ |/| |