pangeo-data / storage-benchmarks

testing performance of different storage layers
Apache License 2.0
12 stars 1 forks source link

Dataset size counter bug #44

Closed kaipak closed 5 years ago

kaipak commented 5 years ago

Fixed issue in run_benchmarks.py where only most recently read results were recorded, leading to erroneous throughput calculation. All values are inserted into dict and regex to find correct value now works correctly.