Update benchmark

This commit is contained in:
2026-04-10 17:57:39 +02:00
parent d2343ab8f8
commit 61bb403b08
2 changed files with 7 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
CXX=g++
CXXFLAGS=-Wall -Wextra -O3
benchmark: benchmark.cpp
g++ -Wall -Wextra -o benchmark benchmark.cpp
$(CXX) $(CXXFLAGS) -o benchmark benchmark.cpp
clean:
rm -rf benchmark