Better generator

This commit is contained in:
Alexey Milovidov 2022-07-08 09:54:06 +02:00
parent 5904c058e7
commit a898ee114e
4 changed files with 42 additions and 5301 deletions

1
benchmark/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.bak

View File

@ -9,8 +9,8 @@
FIRST=1
ls -1 */results/*.json | while read file
do
[ "${FIRST}" = "0" ] && echo ','
cat "${file}"
[ "${FIRST}" = "0" ] && echo -n ','
jq --compact-output ". += {\"source\": \"${file}\"}" "${file}"
FIRST=0
done

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff