From 9c73a487c80c1e053c07109fb4047c49acb80b35 Mon Sep 17 00:00:00 2001 From: scivision Date: Tue, 14 Nov 2023 09:32:22 -0500 Subject: [PATCH] doc --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 53d6081..114deef 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,11 @@ Iterative benchmarks, here using the pisum algorithm: python Pisum.py ``` -![Pi (Machin) benchmark Windows 10 Intel 19.1](tests/pisum_intel_9750.png) +![Pi (Machin) benchmark Windows 10 Intel 19.1](./gfx/pisum_intel_9750.png) -![Pi (Machin) benchmark Windows 10](tests/pisum_windows_9750H.png) +![Pi (Machin) benchmark Windows 10](./gfx/pisum_windows_9750H.png) -![Pi (Machin) benchmark](tests/pisum_gcc_unplug-2019-01.png) +![Pi (Machin) benchmark](./gfx/pisum_gcc_unplug-2019-01.png) Matrix Multiplication benchmarks: @@ -62,11 +62,11 @@ Execute the Hypot speed test by: ./RunHypot.py -![Python 3.6 hypot() vs rsq()](tests/py36hypot.png) +![Python 3.6 hypot() vs rsq()](.gfx/py36hypot.png) -![Python 2.7 hypot() vs rsq()](tests/py27hypot.png) +![Python 2.7 hypot() vs rsq()](./gfx/py27hypot.png) -![Python 3.5 hypot() vs rsq()](tests/py35hypot.png) +![Python 3.5 hypot() vs rsq()](./gfx/py35hypot.png) ## Notes