Re: [PATCH] t/perf: depend on perl JSON only when using --codespeed

2019-04-23 Thread Junio C Hamano
Jeff King writes: > Commit 05eb1c37ed (perf/aggregate: implement codespeed JSON output, > 2018-01-05) added a dependency on the perl JSON module to show output > from aggregate.perl, but we only need it when the user asks for > --codespeed output. While the module is pretty common, it's not part

[PATCH] t/perf: depend on perl JSON only when using --codespeed

2019-04-22 Thread Jeff King
Commit 05eb1c37ed (perf/aggregate: implement codespeed JSON output, 2018-01-05) added a dependency on the perl JSON module to show output from aggregate.perl, but we only need it when the user asks for --codespeed output. While the module is pretty common, it's not part of the base system, and this