changeset 534:c262ee333c56

Only benchmark nss once
author Andre Heinecke <aheinecke@intevation.de>
date Tue, 29 Apr 2014 16:26:59 +0000
parents b8b3d922bf0d
children a2998ae79436
files ui/tests/nsstest.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ui/tests/nsstest.cpp	Tue Apr 29 15:59:59 2014 +0000
+++ b/ui/tests/nsstest.cpp	Tue Apr 29 16:26:59 2014 +0000
@@ -256,7 +256,7 @@
     QVERIFY((size_t) instList.size() == strv_length(to_install));
     QVERIFY(strv_length(to_install) != 0);
 
-    QBENCHMARK {
+    QBENCHMARK_ONCE {
         write_stores_nss(to_install, to_remove);
     }
 }

http://wald.intevation.org/projects/trustbridge/