Skip to content
Snippets Groups Projects
Commit 658f0611 authored by Clinton Wolfe's avatar Clinton Wolfe
Browse files

read_file, not readfile

parent 622550ee
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ sub handler { ...@@ -81,7 +81,7 @@ sub handler {
} }
} }
my $report = File::Slurp::readfile($report_path); my $report = File::Slurp::read_file($report_path);
$report = decode_json($report); $report = decode_json($report);
$metrics{elapsed} = [ $report->{elapsed_time}, 'F' ]; $metrics{elapsed} = [ $report->{elapsed_time}, 'F' ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment