The "bench" folder contains only stubs. Create a meaningful bench mark of the parser.
I don't know much about bench marking in rust (yet) but it should be the aim of this task to measure how fast / efficient the parser achieves its goals. It should be possible to track this over time, from version to version.
The "bench" folder contains only stubs. Create a meaningful bench mark of the parser.
I don't know much about bench marking in rust (yet) but it should be the aim of this task to measure how fast / efficient the parser achieves its goals. It should be possible to track this over time, from version to version.