--skip-split-multis
doesn't work right with ogr process on benchmark
#5
Labels
bug
Something isn't working
conversion
issues related to converting data to CNG formats
google
issues related to google data
Description
Right now if you try to run
--skip-split-multis
on the ogr process in the benchmark command it will return a table of super fast responses. This is because the operations isn't actually running - with 'convert' it just informs that the process doesn't yet work. This is fine for convert, but for benchmark we should probably at least print a WARNING that says the times aren't valid, and maybe even just leave it off the results. Or we could run it with skip-multis, since the timing is likely representative - the difference for duckdb and pandas isn't significant. Could also just try to implement it, but I'm not sure if it's possible to do with pure command line calls.The text was updated successfully, but these errors were encountered: