feat: add borded_cpp benchmark target and switch Dockerfile to gcc

Add borded_cpp_exec to .gitignore, include build_borded_cpp in Makefile all target, and extend bench.py with Borded CPP timing. Change borded_cpp Dockerfile base from alpine to gcc:latest with apt-based dependencies.
This commit is contained in:
BordedDev
2025-03-20 22:32:24 +00:00
parent 1dfc4a495d
commit ed54602bf4
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
CC = gcc
CFLAGS = -Ofast
all: build run valgrind build_risspam run_risspam build_cpp
all: build run valgrind build_risspam run_risspam build_cpp build_borded_cpp
build:
@echo "Compiling retoor_c project.".