Skip to content

Commit

Permalink
Initial changes
Browse files Browse the repository at this point in the history
  • Loading branch information
David Buchmann committed Jan 26, 2011
1 parent f083a93 commit 634f736
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 9 deletions.
Binary file added speedcenter/media/images/logo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed speedcenter/media/images/logo.png
Binary file not shown.
2 changes: 1 addition & 1 deletion speedcenter/templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h3>About this site</h3>
<p>This site runs on top of Django and Codespeed</p>
<h3>About the benchmarks</h3>
<p>The code can be found <a href="#">here</a>.</p>
<h3>About MyProject</h3>
<h3>About TANDBERG</h3>
<p>&lt;Description of the main project&gt;</p>
<p>Main website: <a href="#">MySite</a></p>
<h3>About Codespeed</h3>
Expand Down
4 changes: 2 additions & 2 deletions speedcenter/templates/base.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>MyProject's Speed Center{% block title %}{% endblock %}</title>
<title>TANDBERG's Speed Center{% block title %}{% endblock %}</title>
<meta name="description" content="A performance analysis tool for software projects. It shows performance regresions and allows competing applications or implementations">
<meta name="keywords" content="performance, test, interpreter, plots, charts">
<meta http-equiv="content-type" content="text/html;charset=utf-8">
Expand All @@ -15,7 +15,7 @@
<body>
<div id="containter">
<div id="title" class="clearfix">
<img src="../media/images/logo.png" height="48" alt="logo"/><h2>SPEED CENTER</h2>
<img src="../media/images/logo.gif" height="48" alt="logo"/><h2>SPEED CENTER</h2>
<ul id="links" class="inline">
<li><a href="/">&#187;Home</a></li><li><a href="../about/">&#187;About</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion speedcenter/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{% endblock %}

<div id="presentation_wrapper">
<p><a href="about/">This site</a> monitors <a href="#">MyProject</a>'s performance</p>
<p><a href="about/">This site</a> monitors <a href="#">Speed Center</a>'s performance</p>
<div id="presentation" class="clearfix">
<div id="changes">
<h2>Changes</h2>
Expand Down
8 changes: 3 additions & 5 deletions tools/save_single_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@

data = {
'commitid': '1',
'project': 'MyProject',
'revision_date': '', # Optional. Default is taken
# either from VCS integration or from current date
'executable': 'myexe O3 64bits',
'project': 'snoopy',
'executable': 'phonebook_search',
'benchmark': 'float',
'environment': "Dual Core",
'environment': "snoopy",
'result_value': 4000,
'result_date': datetime.today(), # Optional
'std_dev': 1.11111, # Optional. Default is blank
Expand Down

0 comments on commit 634f736

Please sign in to comment.