зеркало из https://github.com/mozilla/gecko-dev.git
report min value to graph server, to match reported number.
This commit is contained in:
Родитель
c524bc8c93
Коммит
930b59df79
|
@ -20,7 +20,7 @@ use File::Basename; # for basename();
|
|||
use Config; # for $Config{sig_name} and $Config{sig_num}
|
||||
|
||||
|
||||
$::UtilsVersion = '$Revision: 1.83 $ ';
|
||||
$::UtilsVersion = '$Revision: 1.84 $ ';
|
||||
|
||||
package TinderUtils;
|
||||
|
||||
|
@ -963,7 +963,7 @@ sub run_all_tests {
|
|||
# Report data back to server
|
||||
if($Settings::TestsPhoneHome) {
|
||||
print_log "phonehome = 1\n";
|
||||
send_startup_results_to_server($avg_startuptime,
|
||||
send_startup_results_to_server($min_startuptime,
|
||||
$times_string,
|
||||
::hostname());
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче