diff options
author | Tom Smeding <tom@tomsmeding.com> | 2025-09-03 23:31:40 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2025-09-03 23:37:53 +0200 |
commit | 7e60437d3c064bca402d486be967c43bf4326067 (patch) | |
tree | 8b4307b90c942861176d9c705cd760b9fe7b6c6b /bench.sh |
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).
Diffstat (limited to 'bench.sh')
-rwxr-xr-x | bench.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |