From 268b4ce5bb3fd8d3282acf86fa872db5a012a3b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Tue, 20 Mar 2018 14:19:45 +0100 Subject: [PATCH] Remove item from todo --- Readme.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Readme.md b/Readme.md index e79c916..618a6b9 100644 --- a/Readme.md +++ b/Readme.md @@ -36,11 +36,6 @@ CGO_LDFLAGS="-L/path/to/measurement-kit/.libs/" CGO_CFLAGS="-I/path/to/measureme ## Todo -* Add support for generating the Result Summary based on the measurements. I - would imagine this would lookup the summary of every measurement that we care - about in the DB and based on that generate the summary with a function that - lives inside of the groups definition. - * Add support for outputing structured logging messages, while tests are running, to be consumed by the desktop app