parser/benches/parser_benchmark.rs::benches::bench_lexer::Lexer `SELECT first_name, count(1) FROM users GROUP BY first_name HAVING count(1) > 1 ORDER BY count(1) LIMIT 1`
+2%
4.8 µs4.7 µs
Commits
Click on a commit to change the comparison range
Base
main
0df0541
-0.06%
test: Add LEFT JOIN and CROSS JOIN support to simulator