actions-marketplace-validations/QC benchmark action
Perform a scientific QC benchmark consisting of data download and result evaluation
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 16, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/compsci-commons_qc-benchmark-action@f32bd7a9126bdc529ca9baa925371e584c6f84d4 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| task | task to perform; either 'download' or 'eval' | yes | — |
| benchmark_name | name of the benchmark to conduct | yes | — |
| results_path | path to results that shall be benchmarked | — | — |
| args | additional arguments for the given task | — | — |
Outputs
| name | description |
|---|---|
| report | path to report of evaluation results (a directory or a file, depending on the benchmark) |
| data | path to benchmark data |