petern48 commented on PR #10: URL: https://github.com/apache/sedona-db/pull/10#issuecomment-3247043686
I added the separate 'simple' and 'complex' tables and removed the small sizing (using the original large size for everything). I didn't see much value from that dimension at the moment and this mimics the rust tests the most. I also don't think it makes sense to integrate with CI for now, since there might still be options other than`pytest-benchmark` that are better suited for our needs. Just wanted a nice quick tool for comparing against different engines locally. Here's an example of how it can be used locally at the moment. The below command will group the results of simple and complex separately. `pytest --benchmark-group-by=func,param:table test_functions.py::TestBenchFunctions::test_st_area` <img width="1504" height="212" alt="image" src="https://github.com/user-attachments/assets/008aeb01-014a-4b45-8277-ff67d3d0bc97" /> WDYT? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@sedona.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org