-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert misc/graph.rb to take JSON as input instead of CSV
* JSON is much easier to merge than CSV, so this makes it possible to graph from multiple results files. (`jq '. * input'` can be used to merge JSON files) * The JSON is also more cleanly structured. * If the input is a file ending in .csv automatically use the neighbor .json file for compatibility.
- Loading branch information
Showing
1 changed file
with
25 additions
and
19 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