pyperformance icon indicating copy to clipboard operation
pyperformance copied to clipboard

Add a pure python sql engine benchmark.

Open tobymao opened this issue 1 year ago • 3 comments

tobymao avatar Jun 16 '23 05:06 tobymao

@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?

tobymao avatar Jun 27 '23 18:06 tobymao

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

ambv avatar Nov 12 '23 14:11 ambv

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

tobymao avatar Nov 14 '23 04:11 tobymao