summaryrefslogtreecommitdiffstats
path: root/hawd_defs
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2014-12-09 22:02:17 +0100
committerAaron Seigo <aseigo@kde.org>2014-12-11 01:01:13 +0100
commit02c16b560eb2b1f00c154a945b60478419ecc2eb (patch)
tree365ac89df2cef6c102bb55a2dc5ba1d80174e7a5 /hawd_defs
parent5f7262f5c410cf3f36116c221d28dd393664228d (diff)
downloadsink-02c16b560eb2b1f00c154a945b60478419ecc2eb.tar.gz
sink-02c16b560eb2b1f00c154a945b60478419ecc2eb.zip
add an ops column
Diffstat (limited to 'hawd_defs')
-rw-r--r--hawd_defs/buffer_creation4
1 files changed, 3 insertions, 1 deletions
diff --git a/hawd_defs/buffer_creation b/hawd_defs/buffer_creation
index 6d9e383..afa16b8 100644
--- a/hawd_defs/buffer_creation
+++ b/hawd_defs/buffer_creation
@@ -1,7 +1,9 @@
1{ 1{
2 "name": "Buffer Creation", 2 "name": "Buffer Creation",
3 "description": "Tests how fast buffer creation is",
3 "columns": { 4 "columns": {
4 "numBuffers": { "type": "int" }, 5 "numBuffers": { "type": "int" },
5 "time": { "type": "int", "unit": "ms", "min": 0, "max": 100 } 6 "time": { "type": "int", "unit": "ms", "min": 0, "max": 100 },
7 "ops": { "type": "float", "unit": "ops" }
6 } 8 }
7} 9}