зеркало из https://github.com/mozilla/gecko-dev.git
Change default graph settings to autoscale=1, days=7
This commit is contained in:
Родитель
641b25e4b1
Коммит
b505205214
|
@ -21,7 +21,7 @@ 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;
|
||||
|
||||
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче