Skip to content

Commit

Permalink
re-run with 10 GB chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodobolero committed Dec 3, 2024
1 parent cc3e297 commit 8baa974
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ingest_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@ jobs:
${PSQL} "${BENCHMARK_INGEST_TARGET_CONNSTR}" -c "CREATE EXTENSION IF NOT EXISTS neon; CREATE EXTENSION IF NOT EXISTS neon_utils;"
echo "BENCHMARK_INGEST_TARGET_CONNSTR=${BENCHMARK_INGEST_TARGET_CONNSTR}" >> $GITHUB_ENV
- name: Sleep for 5 minutes
run: |
echo "Current time: $(date)"
echo "Sleeping for 5 minutes..."
sleep $((5 * 60))
echo "Woke up at: $(date)"
# - name: Sleep for 5 minutes
# run: |
# echo "Current time: $(date)"
# echo "Sleeping for 5 minutes..."
# sleep $((5 * 60))
# echo "Woke up at: $(date)"

- name: Invoke pgcopydb
uses: ./.github/actions/run-python-test-set
Expand Down
2 changes: 1 addition & 1 deletion test_runner/performance/test_perf_ingest_using_pgcopydb.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def build_pgcopydb_command(pgcopydb_filter_file: Path, test_output_dir: Path):
"--restore-jobs",
"4",
"--split-tables-larger-than",
"5GB",
"10GB",
"--skip-extensions",
"--use-copy-binary",
"--filters",
Expand Down

0 comments on commit 8baa974

Please sign in to comment.