Kontinuation commented on PR #24:
URL: https://github.com/apache/sedona-db/pull/24#issuecomment-3381378443

   I have added markers for marking the purposes of benchmarks 
(`@pytest.mark.bench_udf` and `@pytest.mark.bench_query`). Benchmarks marked by 
`bench_udf` will run using only one thread; benchmarks marked by `bench_query` 
will run using the default configuration.
   
   The marker was applied by an auto fixture, which looks quite hacky. A more 
pytest-native way is to define engines as fixtures and use [markers to pass 
data to 
fixtures](https://docs.pytest.org/en/stable/how-to/fixtures.html#using-markers-to-pass-data-to-fixtures)
 directly.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to