Skip to content

Commit 96be864

Browse files
committed
Profile
1 parent 0325abe commit 96be864

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/build-windows.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,16 @@ jobs:
116116
fi
117117
118118
- name: Build
119-
shell: bash
120-
run: cmake --build build -j4 --target all.tests
119+
run: |
120+
vcperf /start /noadmin /level3 gtsam
121+
cmake --build build -j4 --target all.tests
122+
vcperf /stop /templates gtsam out.etl
123+
124+
- name: Store artifacts
125+
uses: actions/upload-artifact@v4
126+
with:
127+
name: Profile
128+
path: out.etl
121129

122130
- name: Test
123-
shell: bash
124131
run: cmake --build build -j1 --target check

0 commit comments

Comments
 (0)