Skip to content

Commit

Permalink
[qtcontacts-sqlite] Add a benchmark for delta detection during sync c…
Browse files Browse the repository at this point in the history
…ycles. Contributes to JB#32526

This commit adds a benchmark allowing delta detection performance to
be scrutinized.

Contributes to JB#32526
  • Loading branch information
Chris Adams committed Feb 23, 2016
1 parent 9b2950d commit 885a8d5
Show file tree
Hide file tree
Showing 5 changed files with 642 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/benchmarks/benchmarks.pro
@@ -1,4 +1,5 @@
TEMPLATE = subdirs

SUBDIRS = \
fetchtimes
fetchtimes \
deltadetection
14 changes: 14 additions & 0 deletions tests/benchmarks/deltadetection/deltadetection.pro
@@ -0,0 +1,14 @@
include(../../../config.pri)

TEMPLATE = app
TARGET = deltadetection

SOURCES = main.cpp deltasyncadapter.cpp
HEADERS = deltasyncadapter.h ../../../src/extensions/contactmanagerengine.h

INCLUDEPATH += ../../../src/extensions ../../../src/engine/

QT += contacts-private

target.path = /opt/tests/qtcontacts-sqlite-qt5
INSTALLS += target

0 comments on commit 885a8d5

Please sign in to comment.