nschimme/FAAC Benchmark Suite
Runs encoding benchmarks and computes MOS scores using ViSQOL.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| faac-bin | Path to the faac binary | yes | — |
| libfaac-so | Path to the libfaac.so library | yes | — |
| run-name | Identifier for this benchmark run | yes | — |
| output-json | Path where the result JSON should be saved | yes | — |
| coverage | Percentage of dataset to cover (1-100) | no | 100 |
| skip-mos | Skip perceptual quality (MOS) computation | no | false |
| visqol-image | Docker image for ViSQOL. Defaults to ghcr.io/nschimme/faac-benchmark-visqol with a tag matching the current commit/hash. | no | "" |
| sha | Commit SHA to associate with these results. Defaults to github.sha. | no | ${{ github.sha }} |
| scenarios | Comma-separated list of scenarios to run | no | — |
| include-tests | Comma-separated list of test filename globs to include | no | — |
| exclude-tests | Comma-separated list of test filename globs to exclude | no | — |
| backend | ViSQOL backend to use (auto, docker, visqol, visqol-py, visqol-python) | no | visqol-python |
Outputs
no outputs