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

Dashboard: Reload Button #48

Open perdelt opened 3 years ago

perdelt commented 3 years ago

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.