summaryrefslogtreecommitdiffstats
path: root/tests/dummyresourcebenchmark.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-10-16 14:27:10 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-10-16 14:27:10 +0200
commitad9e3074f2949a0ea604bc191109fa0ad7b8e2e4 (patch)
treed37909a4c869b55fbe3f887a1dcad25bd7358b31 /tests/dummyresourcebenchmark.cpp
parent44837ee20acfdb0fe5f86826481fd708b19859bb (diff)
downloadsink-ad9e3074f2949a0ea604bc191109fa0ad7b8e2e4.tar.gz
sink-ad9e3074f2949a0ea604bc191109fa0ad7b8e2e4.zip
Updated the information we collect for dummyresourcewritebenchmark
Diffstat (limited to 'tests/dummyresourcebenchmark.cpp')
-rw-r--r--tests/dummyresourcebenchmark.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/dummyresourcebenchmark.cpp b/tests/dummyresourcebenchmark.cpp
index 79c0c96..868c5aa 100644
--- a/tests/dummyresourcebenchmark.cpp
+++ b/tests/dummyresourcebenchmark.cpp
@@ -196,14 +196,6 @@ private slots:
196 196
197 auto allProcessedTime = time.elapsed(); 197 auto allProcessedTime = time.elapsed();
198 198
199 HAWD::Dataset dataset("dummy_write_in_process", m_hawdState);
200 HAWD::Dataset::Row row = dataset.row();
201
202 row.setValue("rows", num);
203 row.setValue("append", (qreal)num / appendTime);
204 row.setValue("total", (qreal)num / allProcessedTime);
205 dataset.insertRow(row);
206 HAWD::Formatter::print(dataset);
207 199
208 // Print memory layout, RSS is what is in memory 200 // Print memory layout, RSS is what is in memory
209 // std::system("exec pmap -x \"$PPID\""); 201 // std::system("exec pmap -x \"$PPID\"");