gradle / gradle-profiler

A tool for gathering profiling and benchmarking information for Gradle builds
Apache License 2.0
1.4k stars 155 forks source link

Output a standalone JSON artifact #561

Open remcomokveld opened 4 months ago

remcomokveld commented 4 months ago

The current outputs of the gradle profiler are a CSV file and an HTML file that has JSON embedded into it.

I think it would be a nice enhancement to output that JSON in a separate file instead, and let the html file consume it from there.

Happy to look into opening a PR for this since I understand that y'all might have higher priorities. I just want to avoid putting time into this and then hearing "no we don't want that" 😄