Working on benchmarking test. A lot of things needed to be const and weren't.
This commit is contained in:
parent
d0d9a94fd0
commit
21ec962d76
7 changed files with 17 additions and 11 deletions
|
|
@ -20,7 +20,7 @@
|
|||
*/
|
||||
|
||||
|
||||
HBenchmarkResults *h_benchmark(HParser* parser, HParserTestcase* testcases) {
|
||||
HBenchmarkResults *h_benchmark(const HParser* parser, HParserTestcase* testcases) {
|
||||
// For now, just output the results to stderr
|
||||
HParserTestcase* tc = testcases;
|
||||
HParserBackend backend = PB_MIN;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue