Skip to content

Commit f3374bc

Browse files
committed
Fixed stumpy-dev#10 Replace Performance Table in with Graph
1 parent 1abcb00 commit f3374bc

File tree

3 files changed

+599
-1
lines changed

3 files changed

+599
-1
lines changed

README.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,12 @@ In order to fully understand and appreciate the underlying algorithms and applic
155155
Performance
156156
-----------
157157

158-
We tested the performance using the Numba JIT compiled version of the code on randomly generated data with various lengths (i.e., ``np.random.rand(n)``). Results are displayed as Hours:Minutes:Seconds.
158+
We tested the performance using the Numba JIT compiled version of the code on randomly generated data with various lengths (i.e., ``np.random.rand(n)``).
159+
160+
.. figure:: https://raw.githubusercontent.com/TDAmeritrade/stumpy/master/docs/images/performance.png
161+
:alt: STUMPY Performance Plot
162+
163+
The raw results are displayed below as Hours:Minutes:Seconds.
159164

160165
+----------+-------------------+--------------+-------------+-------------+-------------+
161166
| i | n = 2\ :sup:`i` | GPU-STOMP | STUMP.16 | STUMPED.128 | STUMPED.256 |

0 commit comments

Comments
 (0)