1 parent 2202511 commit e34986dCopy full SHA for e34986d
1 file changed
.github/workflows/benchmark.yml
@@ -17,7 +17,7 @@ permissions:
17
jobs:
18
benchmark:
19
runs-on: ubuntu-latest
20
- timeout-minutes: 60
+ timeout-minutes: 240
21
22
steps:
23
# ── checkout ──────────────────────────────────────────────────────────
@@ -68,12 +68,12 @@ jobs:
68
-Wno-dev
69
cmake --build . -j$(nproc)
70
71
- # ── run benchmarks (quick mode for CI) ───────────────────────────────
72
- - name: Run benchmark suite (quick mode)
+ # ── run benchmarks ───────────────────────────────────────────────────
+ - name: Run benchmark suite
73
working-directory: louvain
74
run: |
75
mkdir -p results
76
- python scripts/benchmark.py --quick
+ python scripts/benchmark.py
77
78
# ── generate visualizations ──────────────────────────────────────────
79
- name: Generate visualizations
0 commit comments