Skip to content

Commit 457246b

Browse files
authored
Update performance_compare.yml
1 parent 92c417b commit 457246b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/performance_compare.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
2121
- name: Compile Both Algorithms
2222
run: |
23-
g++ -O3 -std=c++11 heap_perm.cpp -o heap_test -pthread
24-
g++ -O3 -std=c++11 permpure_full.cpp -o pure_test -pthread
23+
g++ -O3 -std=c++11 -march=native -ffast-math -fomit-frame-pointer heap_perm.cpp -o heap_test -pthread
24+
g++ -O3 -std=c++11 -march=native -ffast-math -fomit-frame-pointer permpure_full.cpp -o pure_test -pthread
2525
2626
- name: Execute and Capture Results
2727
id: run_tests

0 commit comments

Comments
 (0)