From 54c23f4b9968013eab2381d775d9b9ad0ed4d7c2 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Tue, 2 Jul 2024 16:21:04 +0200 Subject: [PATCH] [FSTORE-1458] Move locust_benchmark of hsfs --- {hsfs/locust_benchmark => locust_benchmark}/Dockerfile | 0 {hsfs/locust_benchmark => locust_benchmark}/README.md | 0 {hsfs/locust_benchmark => locust_benchmark}/common/__init__.py | 0 .../common/hopsworks_client.py | 0 {hsfs/locust_benchmark => locust_benchmark}/common/stop_watch.py | 0 .../locust_benchmark => locust_benchmark}/create_feature_group.py | 0 {hsfs/locust_benchmark => locust_benchmark}/docker-compose.yml | 0 {hsfs/locust_benchmark => locust_benchmark}/hopsworks_config.json | 0 {hsfs/locust_benchmark => locust_benchmark}/locustfile.py | 0 {hsfs/locust_benchmark => locust_benchmark}/requirements.txt | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename {hsfs/locust_benchmark => locust_benchmark}/Dockerfile (100%) rename {hsfs/locust_benchmark => locust_benchmark}/README.md (100%) rename {hsfs/locust_benchmark => locust_benchmark}/common/__init__.py (100%) rename {hsfs/locust_benchmark => locust_benchmark}/common/hopsworks_client.py (100%) rename {hsfs/locust_benchmark => locust_benchmark}/common/stop_watch.py (100%) rename {hsfs/locust_benchmark => locust_benchmark}/create_feature_group.py (100%) rename {hsfs/locust_benchmark => locust_benchmark}/docker-compose.yml (100%) rename {hsfs/locust_benchmark => locust_benchmark}/hopsworks_config.json (100%) rename {hsfs/locust_benchmark => locust_benchmark}/locustfile.py (100%) rename {hsfs/locust_benchmark => locust_benchmark}/requirements.txt (100%) diff --git a/hsfs/locust_benchmark/Dockerfile b/locust_benchmark/Dockerfile similarity index 100% rename from hsfs/locust_benchmark/Dockerfile rename to locust_benchmark/Dockerfile diff --git a/hsfs/locust_benchmark/README.md b/locust_benchmark/README.md similarity index 100% rename from hsfs/locust_benchmark/README.md rename to locust_benchmark/README.md diff --git a/hsfs/locust_benchmark/common/__init__.py b/locust_benchmark/common/__init__.py similarity index 100% rename from hsfs/locust_benchmark/common/__init__.py rename to locust_benchmark/common/__init__.py diff --git a/hsfs/locust_benchmark/common/hopsworks_client.py b/locust_benchmark/common/hopsworks_client.py similarity index 100% rename from hsfs/locust_benchmark/common/hopsworks_client.py rename to locust_benchmark/common/hopsworks_client.py diff --git a/hsfs/locust_benchmark/common/stop_watch.py b/locust_benchmark/common/stop_watch.py similarity index 100% rename from hsfs/locust_benchmark/common/stop_watch.py rename to locust_benchmark/common/stop_watch.py diff --git a/hsfs/locust_benchmark/create_feature_group.py b/locust_benchmark/create_feature_group.py similarity index 100% rename from hsfs/locust_benchmark/create_feature_group.py rename to locust_benchmark/create_feature_group.py diff --git a/hsfs/locust_benchmark/docker-compose.yml b/locust_benchmark/docker-compose.yml similarity index 100% rename from hsfs/locust_benchmark/docker-compose.yml rename to locust_benchmark/docker-compose.yml diff --git a/hsfs/locust_benchmark/hopsworks_config.json b/locust_benchmark/hopsworks_config.json similarity index 100% rename from hsfs/locust_benchmark/hopsworks_config.json rename to locust_benchmark/hopsworks_config.json diff --git a/hsfs/locust_benchmark/locustfile.py b/locust_benchmark/locustfile.py similarity index 100% rename from hsfs/locust_benchmark/locustfile.py rename to locust_benchmark/locustfile.py diff --git a/hsfs/locust_benchmark/requirements.txt b/locust_benchmark/requirements.txt similarity index 100% rename from hsfs/locust_benchmark/requirements.txt rename to locust_benchmark/requirements.txt