Parsing RC Benchmark Data in Octave

Octave is an open source tool well suited for scientific analysis and data parsing. Here we can use it to take information from the standard output format that RC Benchmark likes to output via a CSV file. It puts everything into neat columns, that remain in the same place every time. Because it is so predictable, we can use it to parse the data into any form we could ever possibly want. If there are more specific ways you would like to look at your data, all the code is attached here if you would like to modify it, or use it as is.

Octave Scripts

Austin Holbrook