From: stevenknight Date: Fri, 18 Dec 2009 09:26:23 +0000 (+0000) Subject: Add config.js files to the timing configurations, and update graph.html X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fe476995e2a94933bdb1b4e6d8af1784e565c453;p=scons.git Add config.js files to the timing configurations, and update graph.html to use them to display configuration-specific info (right now just the title) for each graph's page. git-svn-id: http://scons.tigris.org/svn/scons/trunk@4566 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/timings/CPPPATH/config.js b/timings/CPPPATH/config.js new file mode 100644 index 00000000..d5ddef38 --- /dev/null +++ b/timings/CPPPATH/config.js @@ -0,0 +1,3 @@ +var Config = { + 'title': "timings/CPPPATH", +}; diff --git a/timings/JTimer/config.js b/timings/JTimer/config.js new file mode 100644 index 00000000..e1d8f100 --- /dev/null +++ b/timings/JTimer/config.js @@ -0,0 +1,3 @@ +var Config = { + 'title': "timings/JTimer", +}; diff --git a/timings/graph.html b/timings/graph.html index e418069d..180139c0 100644 --- a/timings/graph.html +++ b/timings/graph.html @@ -91,16 +91,13 @@ div#selectors { - + -and the results of that test are charted here.
diff --git a/timings/hundred/config.js b/timings/hundred/config.js new file mode 100644 index 00000000..63de6dfa --- /dev/null +++ b/timings/hundred/config.js @@ -0,0 +1,3 @@ +var Config = { + 'title': "timings/hundred", +};