diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-16 18:22:21 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-17 09:16:02 +0100 |
commit | 166d864f5e55b146ad2eef8db59b4eaec38b41c0 (patch) | |
tree | b29430e40191ff9cbfa9ca22c9b01dd28e96401c /hawd_defs/pipeline | |
parent | 101176cc504bbecf0eb36e04f250796030a10152 (diff) | |
download | sink-166d864f5e55b146ad2eef8db59b4eaec38b41c0.tar.gz sink-166d864f5e55b146ad2eef8db59b4eaec38b41c0.zip |
Pipeline benchmark
Diffstat (limited to 'hawd_defs/pipeline')
-rw-r--r-- | hawd_defs/pipeline | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hawd_defs/pipeline b/hawd_defs/pipeline new file mode 100644 index 0000000..1998d8c --- /dev/null +++ b/hawd_defs/pipeline | |||
@@ -0,0 +1,9 @@ | |||
1 | { | ||
2 | "name": "Pipeline write", | ||
3 | "description": "Measures performance of the Pipeline", | ||
4 | "columns": { | ||
5 | "rows": { "type": "int" }, | ||
6 | "append": { "type": "float", "unit": "ops/ms" }, | ||
7 | "total": { "type": "float", "unit": "ops/ms" } | ||
8 | } | ||
9 | } | ||