artipie / benchmarks

Benchmarks for Artipie repositories
MIT License
6 stars 9 forks source link

Action inputs/outputs/args/entry improvements #22

Closed Sammers21 closed 4 years ago

Sammers21 commented 4 years ago

The amount of inputs/args has been reduced. The only action output should be a JSON report which contains all the benchmarking results per run. This JSON file will be used for results visualisation on Github Actions.

This PR includes:

Related to #21.

Sammers21 commented 4 years ago

@g4s8, can you review this Pull Request?