Create a HTML view for the results.
The view should:
The current results are of type BenchmarkSummary. It should be possible to work with this type from memory, right after the export has been run.
To display a history, it should be possible to use the Renderer without running the exporter first. This means, it should be possible to import results from files.
Research what a flame graph is and how to display it based on the BenchmarkSummary.
Issue will be further refined as development continues.
Create a HTML view for the results.
The view should:
The current results are of type
BenchmarkSummary. It should be possible to work with this type from memory, right after the export has been run.To display a history, it should be possible to use the Renderer without running the exporter first. This means, it should be possible to import results from files.
Research what a flame graph is and how to display it based on the
BenchmarkSummary.Issue will be further refined as development continues.