Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Nov 14, 2023
1 parent 348f4b3 commit d4aa4d5
Show file tree
Hide file tree
Showing 14 changed files with 9 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -29,5 +29,3 @@ jobs:

- run: flake8
- run: mypy

- run: pytest
2 changes: 1 addition & 1 deletion Matmul.py
Expand Up @@ -4,7 +4,7 @@
import typing as T
import shutil

import python_performance as pb
import benchmark as pb

try:
from matplotlib.pyplot import figure, show
Expand Down
3 changes: 2 additions & 1 deletion Pisum.py
Expand Up @@ -6,9 +6,10 @@
import sys
import platform
import shutil

import numpy as np

import python_performance as pb
import benchmark as pb

try:
from matplotlib.pyplot import figure, show
Expand Down
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
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.

0 comments on commit d4aa4d5

Please sign in to comment.