From ee081ca70322cd01d0642fdb1860e6bfbfb48e85 Mon Sep 17 00:00:00 2001 From: steven-vd Date: Sun, 16 Aug 2026 15:00:32 +0200 Subject: Initial commit --- benchmarks/pugixml/.env/build.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 benchmarks/pugixml/.env/build.sh (limited to 'benchmarks/pugixml/.env/build.sh') diff --git a/benchmarks/pugixml/.env/build.sh b/benchmarks/pugixml/.env/build.sh new file mode 100644 index 0000000..0b387b2 --- /dev/null +++ b/benchmarks/pugixml/.env/build.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +set -e + +clang++ pugixml.cpp bench.cpp count_highway_crossings.cpp pubmed_len.cpp -O3 -flto -march=native -o bench + -- cgit v1.2.3