diff options
author | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | 2009-06-22 19:02:47 +0000 |
---|---|---|
committer | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | 2009-06-22 19:02:47 +0000 |
commit | 69ca43caa1af0a1a799e2d8f87614692a1e08ae8 (patch) | |
tree | 03667492c32a99dbd6bbfe3fbe4e22cf36b8ec50 /tko | |
parent | 644a08d20718304ee3149a3f5486568e39d1d86e (diff) |
Dashboard for Kernel Qual Performance benchmarks.
Signed-off-by: Duane Sand <duanes@google.com>
git-svn-id: svn://test.kernel.org/autotest/trunk@3318 592f7852-d20e-0410-864c-8624ca9c26a4
Diffstat (limited to 'tko')
-rw-r--r-- | tko/nightly.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tko/nightly.py b/tko/nightly.py index 4c66aae2..5df841bd 100644 --- a/tko/nightly.py +++ b/tko/nightly.py @@ -285,7 +285,8 @@ def nightly_views(suite_notes, kernel_legend, benchmarks, print "<h2> %s </h2>" % heading for test in benchmarks: overview_thumb(test) - overview_thumb('unixbench', 'Process_creation') + if test == 'unixbench': + overview_thumb('unixbench', 'Process_creation') print "</body></html>" |