This commit is contained in:
Yanick Champoux 2023-08-26 11:09:33 -04:00
parent 3e0be2e54c
commit a7ac2aa7e8

View File

@ -66,7 +66,7 @@ sub generate_output_table ($ts) {
if ( $days > 0 ) { if ( $days > 0 ) {
my $perf = $ghz_days / $days; my $perf = $ghz_days / $days;
push( @{ $list->{$machine} }, $perf ); push $list->{$machine}->@*, $perf;
} }
} }
} }