This is an automated email from the ASF dual-hosted git repository.

Gerrrr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/otava-playground.git

commit 65182fc1b1ae0b438238584e5d3140db9fd415ef
Merge: 3dfa7e4 cea07c3
Author: Alex Sorokoumov <[email protected]>
AuthorDate: Sun May 31 11:51:06 2026 -0700

    Merge pull request #4 from apache/custom-datasets
    
    Add Dataset mode for comparing algorithms on real series

 README.md                                     |  10 +
 docs/index.md                                 |   7 +
 docs/visualizer.md                            |  69 ++++
 pyproject.toml                                |   1 +
 src/otava_test_data/datasets/__init__.py      |  37 ++
 src/otava_test_data/datasets/tigerbeetle.py   |  75 ++++
 src/otava_test_data/tests/test_compare_api.py | 161 +++++++++
 src/otava_test_data/tests/test_datasets.py    |  53 +++
 src/otava_test_data/web/main.py               | 201 +++++++++--
 src/otava_test_data/web/static/css/style.css  | 172 +++++++++
 src/otava_test_data/web/static/js/app.js      | 500 +++++++++++++++++++++++---
 src/otava_test_data/web/templates/index.html  |  90 ++++-
 12 files changed, 1287 insertions(+), 89 deletions(-)

Reply via email to