Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
perf/aggregate: sort JSON fields in output
[gitweb.git]
/
t
/
perf
/
aggregate.perl
diff --git
a/t/perf/aggregate.perl
b/t/perf/aggregate.perl
index a6092924914b8f356eaa50ef8d69a9a87417adf9..749d6689f95f7080a99e8849d1b3c35efe8750cc 100755
(executable)
--- a/
t/perf/aggregate.perl
+++ b/
t/perf/aggregate.perl
@@
-253,7
+253,7
@@
sub print_codespeed_results {
}
}
- print to_json(\@data, {utf8 => 1, pretty => 1}), "\n";
+ print to_json(\@data, {utf8 => 1, pretty => 1
, canonical => 1
}), "\n";
}
binmode STDOUT, ":utf8" or die "PANIC on binmode: $!";