vsoch / caliper

Caliper is a tool for measuring and assessing change in packages.
https://caliper-python.readthedocs.io/
Mozilla Public License 2.0
5 stars 3 forks source link

updating export organization #26

Closed vsoch closed 3 years ago

vsoch commented 3 years ago

Since we now have a very large metric which further scales with number of releases, even a compressed (zip) of a json is too big for GitHub (800MB). With this approach, we split the result into versioned filed, and add an index.json to programmatically read them. We still keep support for json-single and zip, which also can be discovered in the index.json.

After merging some example metrics in vsoch/caliper-metrics, I'll update this PR to also be able to read the index / corresponding files.

Signed-off-by: vsoch vsoch@users.noreply.github.com