Skip to content

Commit e34986d

Browse files
committed
ci: enable full benchmark mode
1 parent 2202511 commit e34986d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
jobs:
1818
benchmark:
1919
runs-on: ubuntu-latest
20-
timeout-minutes: 60
20+
timeout-minutes: 240
2121

2222
steps:
2323
# ── checkout ──────────────────────────────────────────────────────────
@@ -68,12 +68,12 @@ jobs:
6868
-Wno-dev
6969
cmake --build . -j$(nproc)
7070
71-
# ── run benchmarks (quick mode for CI) ───────────────────────────────
72-
- name: Run benchmark suite (quick mode)
71+
# ── run benchmarks ───────────────────────────────────────────────────
72+
- name: Run benchmark suite
7373
working-directory: louvain
7474
run: |
7575
mkdir -p results
76-
python scripts/benchmark.py --quick
76+
python scripts/benchmark.py
7777
7878
# ── generate visualizations ──────────────────────────────────────────
7979
- name: Generate visualizations

0 commit comments

Comments
 (0)