Skip to content

Commit

Permalink
Update benchmark results using M1 CPU
Browse files Browse the repository at this point in the history
  • Loading branch information
John Garrett committed Apr 2, 2023
1 parent 297ae8c commit 21ab14b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 16 deletions.
12 changes: 0 additions & 12 deletions profile/benchmark/README.md

This file was deleted.

8 changes: 4 additions & 4 deletions profile/benchmark/benchmark-qtcurrent.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def one_tone():
print(" -> Checking current")
with open('data/qtcurrent1.data', 'rb') as f:
current_known = pickle.load(f)
numpy.testing.assert_almost_equal(current_test, current_known, decimal=15)
numpy.testing.assert_almost_equal(current_test, current_known, decimal=14)

# 2 tone ---------------------------------------------------------------------

Expand Down Expand Up @@ -83,7 +83,7 @@ def two_tone():
print(" -> Checking current")
with open('data/qtcurrent2.data', 'rb') as f:
current_known = pickle.load(f)
numpy.testing.assert_almost_equal(current_test, current_known, decimal=15)
numpy.testing.assert_almost_equal(current_test, current_known, decimal=14)

# 3 tone ---------------------------------------------------------------------

Expand Down Expand Up @@ -116,7 +116,7 @@ def three_tone():
print(" -> Checking current")
with open('data/qtcurrent3.data', 'rb') as f:
current_known = pickle.load(f)
numpy.testing.assert_almost_equal(current_test, current_known, decimal=15)
numpy.testing.assert_almost_equal(current_test, current_known, decimal=14)

# 4 tone ---------------------------------------------------------------------

Expand Down Expand Up @@ -151,7 +151,7 @@ def four_tone():
print(" -> Checking current")
with open('data/qtcurrent4.data', 'rb') as f:
current_known = pickle.load(f)
numpy.testing.assert_almost_equal(current_test, current_known, decimal=15)
numpy.testing.assert_almost_equal(current_test, current_known, decimal=14)

print("")

Expand Down
1 change: 1 addition & 0 deletions profile/benchmark/results/coeff.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ Date / Time 1 Tone 2 Tone 3 Tone 4 Tone Comp
2020-06-26 18:10:14.524006 0.001605 0.003161 0.004739 0.005801 SI385814.local
2020-06-26 18:11:06.033800 0.001584 0.003119 0.004673 0.005719 SI385814.local
2020-07-08 17:24:34.067181 0.001578 0.002397 0.003201 0.003792 SI385814.local
2023-04-02 14:50:20.841778 0.000956 0.001445 0.001975 0.002339 Johns-iMac.local
1 change: 1 addition & 0 deletions profile/benchmark/results/harmonic-balance.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ Date / Time 1 Tone 2 Tone 3 Tone 4 Tone Comp
2020-06-24 23:03:24.314877 0.010896 0.054582 0.756959 40.697086 SI385814.local
2020-06-24 23:05:52.248639 0.010388 0.052701 0.688327 38.920361 SI385814.local
2020-06-26 18:18:05.051621 0.006548 0.036384 0.697109 39.292153 SI385814.local
2023-04-02 14:51:02.082464 0.003814 0.020309 0.501490 23.542724 Johns-iMac.local
1 change: 1 addition & 0 deletions profile/benchmark/results/qtcurrent.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ Date / Time 1 Tone 2 Tone 3 Tone 4 Tone Comp
2020-06-24 16:50:12.277119 0.001130 0.004928 0.052248 0.984064 SI385814.local
2020-06-24 22:55:09.311778 0.001124 0.004920 0.053502 0.934294 SI385814.local
2020-06-26 18:18:31.218578 0.000841 0.004336 0.050435 0.958465 SI385814.local
2023-04-02 14:54:38.451465 0.000506 0.003216 0.037850 0.640506 Johns-iMac.local

0 comments on commit 21ab14b

Please sign in to comment.