This is an automated email from the ASF dual-hosted git repository.
beto pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.
from 3294f77 feat: Add health endpoint to WebSocket server (#14110)
add c1cb361 feat: script to benchmark DB migrations (#13561)
No new revisions were added by this update.
Summary of changes:
requirements/base.txt | 2 +
scripts/benchmark_migration.py | 215 +++++++++++++++++++++++++++++++
setup.cfg | 2 +-
setup.py | 3 +-
superset/examples/big_data.py | 2 +-
superset/utils/{data.py => mock_data.py} | 148 +++++++++++++++++++--
6 files changed, 360 insertions(+), 12 deletions(-)
create mode 100644 scripts/benchmark_migration.py
rename superset/utils/{data.py => mock_data.py} (51%)