commit 65f060c20738a7768291eaa0bdf749bab4c54aa5
parent 9c4d2c191a189d21f18ad0b218e2594605169147
Author: Andrew Laack <andrew@laack.co>
Date: Thu, 17 Sep 2026 09:53:49 -0500
Final no render benchmark
Diffstat:
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/benchmarking/bench.sh b/benchmarking/bench.sh
@@ -1,5 +1,5 @@
while [ 1 ]; do
- /usr/bin/time -o out -f '%S,%U,%e' ./abg.out -s 0 --edges 100000 --vertices 10000 >/dev/null 2>&1
- cat out | tee -a benchmarking/track_to_render_v_10000_e_100000_s_0/out1.csv
+ /usr/bin/time -o out -f '%S,%U,%e' ./abg.out -s 0 --edges 2000000 --vertices 200000 >/dev/null 2>&1
+ cat out | tee -a benchmarking/final_no_render_v_200000_e_2000000_s_0/out1.csv
sleep 1
done
diff --git a/benchmarking/final_no_render_v_200000_e_2000000_s_0/out1.csv b/benchmarking/final_no_render_v_200000_e_2000000_s_0/out1.csv
@@ -0,0 +1,10 @@
+0.08,2.03,2.12
+0.09,2.02,2.12
+0.09,2.00,2.11
+0.09,2.00,2.11
+0.08,1.99,2.09
+0.07,1.99,2.08
+0.10,2.00,2.11
+0.09,2.00,2.11
+0.09,2.07,2.18
+0.06,2.08,2.15