python / pyperformance

Python Performance Benchmark Suite
http://pyperformance.readthedocs.io/
MIT License
869 stars 175 forks source link

Add a pure python sql engine benchmark. #303

Open tobymao opened 1 year ago

tobymao commented 1 year ago

@mdboom how do you check that? the biggest change that would impact previous versions is that i upgraded sqlglot. but in terms of this test in isolation, i think the only impact may be in GC because it's a new test?

ambv commented 1 year ago

Yeah, the problem is exactly that you upgraded sqlglot over several versions.

tobymao commented 1 year ago

Yeah, the problem is exactly that you upgraded sqlglot over several versions.

can't you just back test it and recompute the benchmarks with the new sqlglot version? the old versions of sqlglot don't have a sql engine