index
:
qt/qtjsondb.git
hbtree
kvs
master
*** Orphaned Project ***
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
benchmarks
Commit message (
Expand
)
Author
Age
Files
Lines
*
put hbtree in a namespace
Oswald Buddenhagen
2013-03-13
1
-1
/
+5
*
Remove append-only btree
Jamey Hicks
2012-10-11
1
-176
/
+1
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-24
8
-192
/
+192
*
Set the Qt API level to compatibility mode in all tests and in one lib.
Thiago Macieira
2012-08-01
6
-0
/
+8
*
build system cleanups
Oswald Buddenhagen
2012-06-27
2
-6
/
+0
*
Add a benchmark that mimics the way how list model uses jsondb
Tapani Mikola
2012-06-07
1
-0
/
+33
*
Removed unnecessary LIBS from autotests
Denis Dzyubenko
2012-06-07
1
-2
/
+0
*
Added a benchmark to measure performance with many active watchers.
Denis Dzyubenko
2012-05-30
1
-0
/
+31
*
extend autotest timeout limit and fix packing
Bai Jing
2012-05-29
1
-1
/
+1
*
remove duplicate section in tests.xml
Bai Jing
2012-05-29
1
-4
/
+0
*
change the path to start tests and add missing tests
Bai Jing
2012-05-29
1
-4
/
+16
*
Added a test that reads from multiple private partitions.
Denis Dzyubenko
2012-05-25
1
-0
/
+1
*
Moved jsondb query parser to a separate class.
Denis Dzyubenko
2012-05-25
1
-51
/
+124
*
Added error checking when parsing partition configuration file
Denis Dzyubenko
2012-05-25
4
-15
/
+13
*
Switch to non-deprecated QQmlEngine::importPlugin
Jamey Hicks
2012-05-23
2
-6
/
+6
*
Moved index functions to JsonDbIndexPrivate class
Denis Dzyubenko
2012-05-21
1
-7
/
+3
*
Make client benchmark to install correctly
Tapani Mikola
2012-05-14
1
-1
/
+5
*
Revert "Moved implemented of helper classes to header file"
Sergey Hambardzumyan
2012-05-11
1
-0
/
+1
*
Added client benchmark that uses large transactions.
Denis Dzyubenko
2012-05-11
1
-0
/
+68
*
Added a benchmark for JsonDbObject::valueByPath
Denis Dzyubenko
2012-05-10
3
-1
/
+151
*
PIMPL the JsonDbPartition class
Kevin Simons
2012-05-10
2
-4
/
+5
*
Renamed JsonDbObject::propertyLookup to valueByPath()
Denis Dzyubenko
2012-05-09
1
-3
/
+3
*
Added btree benchmark that inserts 1000 items in one transaction
Denis Dzyubenko
2012-05-09
1
-0
/
+39
*
Move the client benchmarks to the new C++ API
Kevin Simons
2012-05-06
4
-467
/
+250
*
Improve separation between the protocol and the underlying implementation
Kevin Simons
2012-05-06
1
-2
/
+2
*
Removed deprecated -base-name argument from autotests
Denis Dzyubenko
2012-05-06
3
-7
/
+3
*
Open transaction not being closed in benchmark test
Ali Akhtarzada
2012-04-20
1
-1
/
+1
*
Make all autotests pass with -reject-stale-updates enabled
Kevin Simons
2012-04-19
1
-8
/
+21
*
More performance enhancement to caching list model
Tapani Mikola
2012-04-13
1
-1
/
+7
*
Merge remote-tracking branch 'gerrit/hbtree'
Denis Dzyubenko
2012-04-12
5
-3
/
+606
|
\
|
*
Merge remote-tracking branch 'gerrit/master' into hbtree
hbtree
Denis Dzyubenko
2012-04-11
20
-1247
/
+548
|
|
\
|
*
|
hbtree optimize cursorPrevious
Ali Akhtarzada
2012-04-04
1
-0
/
+62
|
*
|
Hbtree smart asserts, refactor, debug clean up
Ali Akhtarzada
2012-03-30
1
-0
/
+62
|
*
|
Merge remote-tracking branch 'gerrit/master' into gerrit-master
Denis Dzyubenko
2012-03-19
5
-217
/
+133
|
|
\
\
|
*
|
|
Added btrees::insertItem benchmark to check performance of single put.
Denis Dzyubenko
2012-03-13
1
-0
/
+37
|
*
|
|
Changed btrees benchmark to remove if branch from QBENCHMARK block
Denis Dzyubenko
2012-03-13
1
-25
/
+49
|
*
|
|
Merge remote-tracking branch 'gerrit/master' into gerrit-master
Denis Dzyubenko
2012-03-12
11
-44
/
+41
|
|
\
\
\
|
*
|
|
|
Added btree benchmark suite to compare different btrees
Ali Akhtarzada
2012-03-07
3
-1
/
+415
|
*
|
|
|
Add hbtree to daemon
Ali Akhtarzada
2012-03-06
1
-2
/
+2
*
|
|
|
|
Ensure that the partitions.json files are installed with the autotests
Kevin Simons
2012-04-11
2
-0
/
+12
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Remove benchmarks for old jsondblistmodel
Prasanth Ullattil
2012-04-11
5
-708
/
+1
*
|
|
|
Rename daemon benchmark to partition
Kevin Simons
2012-04-11
5
-64
/
+65
*
|
|
|
Rename daemon autotest to partition
Kevin Simons
2012-04-10
2
-7
/
+7
*
|
|
|
Split partition handling out into a separate module
Kevin Simons
2012-04-10
2
-6
/
+5
*
|
|
|
Switch to a partition-loading system based on files
Kevin Simons
2012-04-10
6
-4
/
+12
*
|
|
|
Initial commit to support any type of Indexes in caching list model
Tapani Mikola
2012-04-10
2
-1
/
+99
*
|
|
|
More fixes for QML tests & benchmarks
Prasanth Ullattil
2012-04-04
6
-308
/
+294
*
|
|
|
Removed qjson parser.
Denis Dzyubenko
2012-04-02
10
-77
/
+4
*
|
|
|
Remove support for non-object [= ] query form.
Jamey Hicks
2012-03-31
2
-44
/
+4
*
|
|
|
Fix memory leaks in daemon auto tests and benchmark.
Jamey Hicks
2012-03-30
1
-26
/
+51
|
|
_
|
/
|
/
|
|
[next]