kicad/tools/io_benchmark
John Beard b88121e377 Add an in-memory STREAM_LINE_READER benchmark
This adds an io-benchmark case of the STRING_LINE_READER
class, which reads a file into a std::string, *then*
reads it line by line.

As expected, due to it all being in memory, this is very fast.

Also fixes an issue in io_benchmark where the input file
must be in the current dir.
2018-10-31 12:22:47 -04:00
..
CMakeLists.txt QA: PCB file input parse test program (fuzzable) 2018-10-22 12:32:24 -04:00
io_benchmark.cpp Add an in-memory STREAM_LINE_READER benchmark 2018-10-31 12:22:47 -04:00