-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add markdown_results_table benchcomp visualization (#2413)
This commit adds a new visualization that writes all results out to a file as a series of tables, one for each metric. For each metric, each row comprises the benchmark name, followed by the values of the metric for each of the variants. This is an example of the output: ``` ## runtime | Benchmark | variant_1 | variant_2 | | --- | --- |--- | | bench_1 | 5 | 10 | | bench_2 | 10 | 5 | ## success | Benchmark | variant_1 | variant_2 | | --- | --- |--- | | bench_1 | True | True | | bench_2 | True | False | ```
- Loading branch information
Showing
4 changed files
with
157 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters