Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Under the key _ome2024_ngff_challenge_stats we now store the following statistics for each array conversion: - input: endpoint of the input location, "default", or "" if not s3 - output: endpoint of the output location, "default", or "" if not s3 - read: total bytes read - written: total bytes written - start: epoch at which the conversion started - stop: epoch at which the conversion stopped - elapsed: equals "stop - start" For example: ``` "attributes": { "_ome2024_ngff_challenge_stats": { "input": "https://uk1s3.embassy.ebi.ac.uk", "output": "", "start": 1724228072.7066, "stop": 1724228073.515819, "read": 2312282, "written": 1661288, "elapsed": 0.8092191219329834 } ```
- Loading branch information