From a00b256e88382f45df90a9407668722fde1af153 Mon Sep 17 00:00:00 2001 From: profan Date: Sun, 7 Jun 2026 18:38:30 +0100 Subject: [PATCH] update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8080ab..6fbd7b0 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,10 @@ It doesn't perform any sophisticated interval-arithmetic based optimizations (.. This program is also an interactive visualizer of the rendering process, allowing you to see exactly how it's writing the image data out, and toggle vectorization, parallel execution, compilation on/off and observe the effects on runtime. +# (Crude) Benchmark Results + On my own machine (CPU: Ryzen 7 4800HS), the results tabulate roughly as follows. -# (Crude) Benchmark Results | Compilation | Parallelism | Vectorization | Evaluation Time | Compilation Time | |-------------|-------------|---------------|-----------------|------------------| | enabled | enabled | enabled | 0.2s | 0.2s |