Skip to content

Commit 5098c02

Browse files
authored
Update LexSG_benchmark.yml
1 parent 6da4672 commit 5098c02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/LexSG_benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# 2. Compile with stable optimization flags
4545
# -march=x86-64-v3 ensures consistent instruction set utilization across different runners
4646
echo "Compiling with -O3 -march=x86-64-v3..."
47-
g++ -O3 -march=native-std=c++17 LexSG.cpp -o LexSG_bench.exe
47+
g++ -O3 -march=native -std=c++17 LexSG.cpp -o LexSG_bench.exe
4848
4949
# 3. Run the benchmark
5050
echo "Starting 3-run stability test..."

0 commit comments

Comments
 (0)