Skip to content

Commit 5f01399

Browse files
committed
chore: remove debug output and unused files
1 parent b710b13 commit 5f01399

3 files changed

Lines changed: 1 addition & 56 deletions

File tree

greptimedb/detect_loading.sh

Lines changed: 0 additions & 29 deletions
This file was deleted.

greptimedb/load_data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ counter=0
2121
for file in $(ls *.json.gz | head -n $MAX_FILES); do
2222
echo "Processing file: $file"
2323

24-
curl -v "http://localhost:4000/v1/events/logs?table=jsontable&pipeline_name=jsonbench&ignore_errors=true" \
24+
curl "http://localhost:4000/v1/events/logs?table=jsontable&pipeline_name=jsonbench&ignore_errors=true" \
2525
-H "Content-Type: application/x-ndjson" \
2626
-H "Content-Encoding: gzip" \
2727
--data-binary @$file

greptimedb/vector.toml.tpl

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)