ion-python
ion-python copied to clipboard
ion-python-benchmark-cli's format conversion shouldn't always copy the input file
In ion-python-benchmark-cli, If an input file's data format and the desired benchmark format are the same, the tool will copy the original input file as a temporary file and use the new file for for benchmarking. We should avoid that as it will take times if the file is really large.