mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Better generator
This commit is contained in:
parent
5904c058e7
commit
a898ee114e
1
benchmark/.gitignore
vendored
Normal file
1
benchmark/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.bak
|
@ -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
|
||||
|
||||
|
2339
benchmark/index.html
2339
benchmark/index.html
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user