MrPowers / mrpowers-benchmarks

MrPowers benchmarks for Dask, Polars, DataFusion, and pandas
BSD 3-Clause "New" or "Revised" License
7 stars 4 forks source link

Bug Fix, need to wait for futures #5

Closed ncclementi closed 2 years ago

ncclementi commented 2 years ago

The current state of the script is closing the Client before the futures finish, generating the wrong files (missing data). This PR fixes that problem.