Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Nov 14, 2023
1 parent 45ca9df commit 9c73a48
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -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:

Expand All @@ -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

Expand Down

0 comments on commit 9c73a48

Please sign in to comment.