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

add caliper analyze command #18

Closed vsoch closed 3 years ago

vsoch commented 3 years ago

Currently, an analysis can be done with caliper as support e.g., caliper-analysis but this should be integrated into the library. I also want to add multiprocessing so it's faster, and have different kinds of workers (e.g, one would be Docker, maybe another one a different container technology) so there are multiple options for how to do the testing.