mirror of
https://github.com/neondatabase/neon.git
synced 2026-06-02 04:50:38 +00:00
naming convention
This commit is contained in:
8
.github/workflows/ingest_benchmark.yml
vendored
8
.github/workflows/ingest_benchmark.yml
vendored
@@ -75,10 +75,10 @@ jobs:
|
||||
postgres_version: 16
|
||||
compute_units: '[7, 7]' # we want to test large compute here to avoid compute-side bottleneck
|
||||
api_key: ${{ secrets.NEON_STAGING_API_KEY }}
|
||||
shard-split-project: true
|
||||
admin-api-key: ${{ secrets.NEON_STAGING_ADMIN_API_KEY }}
|
||||
shard-count: 8
|
||||
stripe-size: 512
|
||||
shard_split_project: true
|
||||
admin_api_key: ${{ secrets.NEON_STAGING_ADMIN_API_KEY }}
|
||||
shard_count: 8
|
||||
stripe_size: 512
|
||||
|
||||
- name: Initialize Neon project
|
||||
if: ${{ matrix.target_project == 'new_empty_project' }}
|
||||
|
||||
Reference in New Issue
Block a user