Add rally task detailed info to rally-plot dir

I am already tired rolling to the end of console.log to see the
aggregated infromation, so it makes sense to put this info to separated
txt file in rally-plot dir

Change-Id: Ic492f0acd293fd0a90595658c4da0dea720758ed
This commit is contained in:
Boris Pavlovic
2014-07-11 21:38:09 +04:00
parent 8d88e18ab6
commit f76ac9738e

View File

@@ -42,4 +42,6 @@ rally task plot2html --out rally-plot/results.html
gzip -9 rally-plot/results.html
rally task results | python -m json.tool > rally-plot/results.json
gzip -9 rally-plot/results.json
rally task detailed > rally-plot/detailed.txt
gzip -9 rally-plot/detailed.txt
env