Change default graph settings to autoscale=1, days=7

This commit is contained in:
mcafee%netscape.com 2001-12-15 10:19:25 +00:00
Родитель 641b25e4b1
Коммит b505205214
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -21,12 +21,12 @@ use File::Basename; # for basename();
use Config; # for $Config{sig_name} and $Config{sig_num}
$::UtilsVersion = '$Revision: 1.118 $ ';
$::UtilsVersion = '$Revision: 1.119 $ ';
package TinderUtils;
#
# Optional, external, post-mozilla build
# Optional, external, post-mozilla build
#
require "post-mozilla.pl" if -e "post-mozilla.pl";
@ -1012,7 +1012,7 @@ sub run_all_tests {
print_log "TinderboxPrint:" .
"<a title=\"Best nav open time of 9 runs\" href=\"http://$Settings::results_server/graph/query.cgi?testname=xulwinopen&tbox=" .
::hostname() . "&autoscale=0&days=0\">Txul:$open_time" . "ms</a>\n";
::hostname() . "&autoscale=1&days=7\">Txul:$open_time" . "ms</a>\n";
if($Settings::TestsPhoneHome) {
send_results_to_server($open_time, "--",
@ -1109,7 +1109,7 @@ sub run_all_tests {
my $min_startuptime_string = sprintf "%.2f", $min_startuptime/1000;
my $print_string = "\n\nTinderboxPrint:<a title=\"Best startup time out of 10 startups\"href=\"http://$Settings::results_server/graph/query.cgi?testname=startup&tbox="
. ::hostname() . "&autoscale=0&days=0\">Ts:" . $min_startuptime_string . "s</a>\n\n";
. ::hostname() . "&autoscale=1&days=7\">Ts:" . $min_startuptime_string . "s</a>\n\n";
print_log "$print_string";
# Report data back to server