Skip to content

Commit 83a2878

Browse files
committed
Use 4 threads for extraction and TRAP import in stats job
1 parent 1d3f06a commit 83a2878

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dataset_measure.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
unzip -q codeql-linux64.zip
2828
env:
2929
GITHUB_TOKEN: ${{ github.token }}
30+
CODEQL_THREADS: 4 # TODO: remove this once it's set by the CLI
3031
- uses: actions/cache@v2
3132
with:
3233
path: |
@@ -46,6 +47,7 @@ jobs:
4647
run: |
4748
codeql/codeql database create \
4849
--search-path "${{ github.workspace }}" \
50+
--threads 4 \
4951
--language ruby --source-root "${{ github.workspace }}/repo" \
5052
"${{ runner.temp }}/database"
5153
- name: Measure database

0 commit comments

Comments
 (0)