Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-23 | add a benchmark for evtclib::process | Daniel Schadt | |
2020-10-23 | add some basic parsing benchmarks | Daniel Schadt | |
This adds some simple benchmarks to test the speed of evtclib::process_{file,stream}, just so we can quickly assess on a high-level if changes make a big impact. I'd like to add some more benchmarks in the future as well, mostly - on the higher level when we go from RawEvtc to a log, benchmarking the process function itself (thus not benchmarking all the byte-twiddling deserialization code). - on the Analyzer level |