File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 34
34
- ' json-schema-validator/*'
35
35
- ' gradle/*'
36
36
- ' generator/*'
37
+ - ' .github/workflows/benchmark.yml'
37
38
pull_request :
38
39
39
40
env :
@@ -161,7 +162,7 @@ jobs:
161
162
do
162
163
file_name=$(basename "$report")
163
164
platform="${file_name%.*}"
164
- jq "[ .[] | .benchmark |= \"${platform}.\" + ltrimstr(\"io.github.optimumcode.json.schema.benchmark.\") ]" $report > ${{ env.RESULTS_DIR }}/$platform.json
165
+ jq "[ .[] | .benchmark |= \"${platform}.\" + ltrimstr(\"io.github.optimumcode.json.schema.benchmark.\") | .params |= map_values(. |= split(\"/\")[-1]) ]" $report > ${{ env.RESULTS_DIR }}/$platform.json
165
166
done
166
167
AGGREGATED_REPORT=aggregated.json
167
168
# Joined reports looks like this: [[{},{}], [{},{}]]
You can’t perform that action at this time.
0 commit comments