Baunsgaard commented on PR #2154: URL: https://github.com/apache/systemds/pull/2154#issuecomment-2551724268
> @Baunsgaard I used the IO benchmark scripts for the figure provided above: > > https://github.com/apache/systemds/blob/main/scripts/perftest/runAllIO.sh https://github.com/apache/systemds/blob/main/scripts/perftest/python/io/load_pandas.py Great! Then you can get better numbers: https://github.com/apache/systemds/blob/d3fcfb13ccb69f4cfc4338cd0323b44dc1be4c55/scripts/perftest/python/io/load_pandas.py#L37 Modify the script to start the context not in the 'run' part, instead move it to the 'setup' part, and remember to shut down the system with ctx.close() after you are done measuring. -- 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: dev-unsubscr...@systemds.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org