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.
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).
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).