Beuth-Erdelt / DBMS-Benchmarker

DBMS-Benchmarker is a Python-based application-level blackbox benchmark tool for Database Management Systems (DBMS). It connects to a given list of DBMS (via JDBC) and runs a given list of parametrized and randomized (SQL) benchmark queries. Evaluations are available via a Python interface and on an interactive multi-dimensional dashboard.
GNU Affero General Public License v3.0
13 stars 3 forks source link

Updating dashboard.py #50

Closed jascha-je closed 3 years ago

jascha-je commented 3 years ago

This includes some added comments, a minor change of the load_experiment function (not using the session_id anymore), and improvement of the dbms filter (when the user selects multiple graphs the filter shows the selected dbms if all selected graphs share the same).