From f3a788a810eaf088a9f0c97e8973bc53d36362b3 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Fri, 27 Feb 2015 03:02:01 +0100 Subject: [PATCH] Fixed readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4ee8c91..c667628 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ Created with @AChudzik +The idea of this plugin is to perform profiling of your tests. You will be able to see your test +execution times sorted in the descending manner together with an information about a module +and the class name from which the test was executed. + ## Since version 0.1.0 ### How to add it