mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-22 16:04:17 +00:00
Use argument file for reccmp-aggregate samples (#1507)
This commit is contained in:
9
.github/workflows/compare.yml
vendored
9
.github/workflows/compare.yml
vendored
@@ -172,9 +172,12 @@ jobs:
|
|||||||
- name: Aggregate Accuracy
|
- name: Aggregate Accuracy
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
reccmp-aggregate --samples $(find build-entropy -type f -name "CONFIGPROGRESS*.json") --output CONFIGPROGRESS-agg.json --html CONFIGPROGRESS-agg.html
|
find build-entropy -type f -name "CONFIGPROGRESS*.json" > configsamples.txt
|
||||||
reccmp-aggregate --samples $(find build-entropy -type f -name "ISLEPROGRESS*.json") --output ISLEPROGRESS-agg.json --html ISLEPROGRESS-agg.html
|
find build-entropy -type f -name "ISLEPROGRESS*.json" > islesamples.txt
|
||||||
reccmp-aggregate --samples $(find build-entropy -type f -name "LEGO1PROGRESS*.json") --output LEGO1PROGRESS-agg.json --html LEGO1PROGRESS-agg.html
|
find build-entropy -type f -name "LEGO1PROGRESS*.json" > lego1samples.txt
|
||||||
|
reccmp-aggregate --samples @configsamples.txt --output CONFIGPROGRESS-agg.json --html CONFIGPROGRESS-agg.html
|
||||||
|
reccmp-aggregate --samples @islesamples.txt --output ISLEPROGRESS-agg.json --html ISLEPROGRESS-agg.html
|
||||||
|
reccmp-aggregate --samples @lego1samples.txt --output LEGO1PROGRESS-agg.json --html LEGO1PROGRESS-agg.html
|
||||||
|
|
||||||
- name: Compare Aggregate Accuracy With Current Master
|
- name: Compare Aggregate Accuracy With Current Master
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Reference in New Issue
Block a user