From 7e60437d3c064bca402d486be967c43bf4326067 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Wed, 3 Sep 2025 23:31:40 +0200 Subject: Initial (with old code) This includes old code too, perhaps from 2021-05-05, judging from the birth timestamp on the directory. The old code included option parsing and equation solving for fancy mutually-dependent options, but no actual rendering (imagine that). --- bench.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 bench.sh (limited to 'bench.sh') diff --git a/bench.sh b/bench.sh new file mode 100755 index 0000000..90a4cc5 --- /dev/null +++ b/bench.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +time ./buddhabrot -L -2.3 -R 1.3 -Y 0 -w 2560 -h 1440 -n 6e8 -m 40 -t 5 "$@" -o /dev/null -- cgit v1.2.3-70-g09d2