mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-07-04 04:50:37 +00:00
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
6
.github/workflows/nightly-jsonbench.yaml
vendored
6
.github/workflows/nightly-jsonbench.yaml
vendored
@@ -11,6 +11,10 @@ on:
|
||||
required: true
|
||||
type: string
|
||||
|
||||
permissions:
|
||||
actions: read
|
||||
contents: read
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
@@ -171,7 +175,7 @@ jobs:
|
||||
cp ./greptime JSONBench/greptimedb/greptime
|
||||
|
||||
cd JSONBench/greptimedb
|
||||
echo "Running JSONBench main.sh with dataset choice 2 and install=false"
|
||||
echo "Running JSONBench main.sh with dataset choice ${JSONBENCH_DATASET} and install=false"
|
||||
./main.sh ${JSONBENCH_DATASET} "${JSONBENCH_DATA_DIR}" success.log error.log "${JSONBENCH_OUTPUT_PREFIX}" false
|
||||
echo "JSONBench finished"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user