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 45ca9df
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,3 @@ jobs:

- run: flake8
- run: mypy

- run: pytest
2 changes: 1 addition & 1 deletion Matmul.py
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
File renamed without changes.
File renamed without changes.
Binary file removed tests/hpchypot.png
Binary file not shown.
Binary file removed tests/pisum_gcc_unplug-2019-01.png
Binary file not shown.
Binary file removed tests/pisum_gcc_unplug.png
Binary file not shown.
Binary file removed tests/pisum_intel_9750.png
Binary file not shown.
Binary file removed tests/pisum_windows_9750H.png
Binary file not shown.
Binary file removed tests/py27hypot.png
Binary file not shown.
Binary file removed tests/py35hypot.png
Binary file not shown.
Binary file removed tests/py36hypot.png
Binary file not shown.

0 comments on commit 45ca9df

Please sign in to comment.