Skip to content

Commit 6520d80

Browse files
committed
Added "Benchmark" to all performance materials
1 parent 36a0089 commit 6520d80

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ In order to fully understand and appreciate the underlying algorithms and applic
212212
Performance
213213
-----------
214214

215-
We tested the performance using the Numba JIT compiled version of the code on randomly generated time series data with various lengths (i.e., ``np.random.rand(n)``).
215+
We tested the performance of computing the exact matrix profile using the Numba JIT compiled version of the code on randomly generated time series data with various lengths (i.e., ``np.random.rand(n)``).
216216

217217
.. image:: https://raw.githubusercontent.com/TDAmeritrade/stumpy/master/docs/images/performance.png
218218
:alt: STUMPY Performance Plot
@@ -271,7 +271,7 @@ The raw results are displayed in the table below as Hours:Minutes:Seconds.Millis
271271
| 27 | 134217728 | NaN | NaN | NaN | NaN | NaN | NaN | NaN | NaN | 29:13:48.12 |
272272
+----------+-------------------+--------------+-------------+-------------+-------------+-------------+-------------+-------------+----------------+----------------+
273273

274-
GPU-STOMP: Results are reproduced from the original `Matrix Profile II <https://ieeexplore.ieee.org/abstract/document/7837898>`__ paper - NVIDIA Tesla K80 (contains 2 GPUs)
274+
GPU-STOMP: These results are reproduced from the original `Matrix Profile II <https://ieeexplore.ieee.org/abstract/document/7837898>`__ paper - NVIDIA Tesla K80 (contains 2 GPUs) and serves as the performance benchmark to compare against.
275275

276276
STUMP.2: `stumpy.stump <https://stumpy.readthedocs.io/en/latest/api.html#stumpy.stump>`__ executed with 2 CPUs in Total - 2x Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz processors parallelized with Numba on a single server without Dask.
277277

docs/images/Performance.ipynb

Lines changed: 11 additions & 3 deletions
Large diffs are not rendered by default.

docs/images/performance.png

66.3 KB
Loading

0 commit comments

Comments
 (0)