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.
Restarts dashboard without interrupting Python script.
In particular the result folder is read again.
Background: Dashboard should run permanently and there must be a way to refresh result folder to see new experiments.