From 7f6faee08a42caf84ad1ed9359c23c28f478e8e9 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 26 Feb 2015 13:11:33 +0100 Subject: [PATCH] Show some eval stats --- src/root/jobset-eval.tt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/root/jobset-eval.tt b/src/root/jobset-eval.tt index 94e0602e..fb587fc8 100644 --- a/src/root/jobset-eval.tt +++ b/src/root/jobset-eval.tt @@ -18,6 +18,10 @@ +

This evaluation was performed on [% INCLUDE renderDateTime +timestamp=eval.timestamp %]. Fetching the dependencies took [% +eval.checkouttime %]s and evaluation took [% eval.evaltime %]s.

+ [% IF otherEval %]

Comparisons are relative to [% INCLUDE renderFullJobsetName project=otherEval.jobset.project.name jobset=otherEval.jobset.name %] evaluation