benchmark-runner 1.0.805__tar.gz → 1.0.807__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of benchmark-runner might be problematic. Click here for more details.
- {benchmark_runner-1.0.805/benchmark_runner.egg-info → benchmark_runner-1.0.807}/PKG-INFO +1 -1
- benchmark_runner-1.0.807/benchmark_runner/common/google_drive/google_drive_exceptions.py +13 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/google_drive/google_drive_operations.py +38 -10
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/krkn_hub/krknhub_workloads.py +1 -1
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/workloads/bootstorm_vm.py +53 -54
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/workloads/workloads_operations.py +13 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807/benchmark_runner.egg-info}/PKG-INFO +1 -1
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner.egg-info/SOURCES.txt +1 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/setup.py +1 -1
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/LICENSE +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/MANIFEST.in +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/README.md +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/benchmark_operator/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/benchmark_operator/benchmark_operator_exceptions.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/benchmark_operator/benchmark_operator_workloads.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/benchmark_operator/benchmark_operator_workloads_operations.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/benchmark_operator/hammerdb_pod.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/benchmark_operator/hammerdb_vm.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/benchmark_operator/stressng_pod.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/benchmark_operator/stressng_vm.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/benchmark_operator/uperf_pod.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/benchmark_operator/uperf_vm.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/clusterbuster/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/clusterbuster/clusterbuster_exceptions.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/clusterbuster/clusterbuster_workloads.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/analyze/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/analyze/analyze_data.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/assisted_installer/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/assisted_installer/assisted_installer_latest_version.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/assisted_installer/jetlag/run_jetlag.sh +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/clouds/Azure/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/clouds/Azure/azure_operations.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/clouds/BareMetal/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/clouds/BareMetal/bare_metal_exceptions.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/clouds/BareMetal/bare_metal_operations.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/clouds/IBM/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/clouds/IBM/ibm_exceptions.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/clouds/IBM/ibm_operations.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/clouds/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/clouds/shared/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/clouds/shared/s3/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/clouds/shared/s3/s3_operations.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/clouds/shared/s3/s3_operations_exceptions.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/elasticsearch/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/elasticsearch/elasticsearch_exceptions.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/elasticsearch/elasticsearch_operations.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/github/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/github/github_operations.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/google_drive/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/grafana/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/grafana/grafana_operations.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/grafana/update_grafana_latest_value_mappings.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/logger/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/logger/init_logger.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/logger/logger_exceptions.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/logger/logger_time_stamp.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/oc/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/oc/oc.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/oc/oc_exceptions.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/oc/singleton_oc_login.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/cnv/template/01_operator_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/cnv/template/02_hyperconverge_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/create_cnv.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/create_custom.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/create_kata.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/create_lso.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/create_nhc_snr.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/create_ocp_resource.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/create_ocp_resource_exceptions.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/create_ocp_resource_operations.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/create_odf.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/custom/template/01_coredns_patch_template.sh +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/custom/template/02_mssql_patch_template.sh +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/infra/template/01_cluster-monitoring-configmap-template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/kata/template/01_operator_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/kata/template/02_config_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/kata/template/03_ocp48_patch_template.sh +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/lso/template/01_namespace_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/lso/template/02_operator_group_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/lso/template/03_catalogsource_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/lso/template/04_subscription_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/migrate_infra.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/nhc_snr/template/01_namespace_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/nhc_snr/template/02_operator_group_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/nhc_snr/template/03_nhc_subscription_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/nhc_snr/template/04_snr_subscription_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/nhc_snr/template/05_nhc_snr_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/odf/template/01_delete_disks_template.sh +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/odf/template/02_label_nodes_template.sh +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/odf/template/03_local_volume_discovery_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/odf/template/04_local_volume_set_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/odf/template/05_namespace_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/odf/template/06_operator_group_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/odf/template/07_subscription_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ocp_resources/odf/template/08_storage_cluster_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/prometheus/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/prometheus/metrics-default.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/prometheus/metrics-examples.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/prometheus/prometheus_metrics.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/prometheus/prometheus_metrics_operations.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/prometheus/prometheus_snapshot.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/prometheus/prometheus_snapshot_exceptions.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/remote_ssh/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/remote_ssh/connection_data.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/remote_ssh/remote_ssh.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/remote_ssh/remote_ssh_exceptions.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ssh/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ssh/ssh.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ssh/ssh_exceptions.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/template_operations/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/template_operations/render_yaml_from_template.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/template_operations/template_operations.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/template_operations/templates/bootstorm/bootstorm_data_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/template_operations/templates/bootstorm/internal_data/bootstorm_vm_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/template_operations/templates/common_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/template_operations/templates/hammerdb/hammerdb_data_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/template_operations/templates/hammerdb/internal_data/hammerdb_pod_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/template_operations/templates/hammerdb/internal_data/hammerdb_vm_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/template_operations/templates/hammerdb/internal_data/mariadb_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/template_operations/templates/hammerdb/internal_data/mssql_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/template_operations/templates/hammerdb/internal_data/postgres_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/template_operations/templates/namespace_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/template_operations/templates/scale/redis_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/template_operations/templates/scale/state_signals_exporter_pod_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/template_operations/templates/stressng/internal_data/stressng_pod_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/template_operations/templates/stressng/internal_data/stressng_vm_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/template_operations/templates/stressng/stressng_data_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/template_operations/templates/uperf/internal_data/uperf_pod_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/template_operations/templates/uperf/internal_data/uperf_vm_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/template_operations/templates/uperf/uperf_data_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/template_operations/templates/vdbench/internal_data/namespace_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/template_operations/templates/vdbench/internal_data/vdbench_pod_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/template_operations/templates/vdbench/internal_data/vdbench_vm_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/template_operations/templates/vdbench/vdbench_data_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/template_operations/templates/windows/internal_data/windows_dv_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/template_operations/templates/windows/internal_data/windows_vm_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/template_operations/templates/windows/windows_data_template.yaml +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/virtctl/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/virtctl/virtctl.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/grafana/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/grafana/update_grafana_dashboard.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/grafana/update_versions_main_libsonnet.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/jupyterlab/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/jupyterlab/templates/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/jupyterlab/templates/analyze_perfci_cluster/analyze_perfci_cluster.ipynb +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/jupyterlab/templates/analyze_prometheus_logs/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/jupyterlab/templates/analyze_prometheus_logs/analyze_prometheus_logs.ipynb +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/jupyterlab/templates/analyze_prometheus_logs/analyze_prometheus_logs.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/jupyterlab/templates/analyze_workloads/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/jupyterlab/templates/analyze_workloads/analyze_hammerdb_logs/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/jupyterlab/templates/analyze_workloads/analyze_hammerdb_logs/analyze_hammerdb_logs.ipynb +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/jupyterlab/templates/analyze_workloads/analyze_hammerdb_logs/analyze_hammerdb_logs.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/jupyterlab/templates/analyze_workloads/analyze_uperf_logs/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/jupyterlab/templates/analyze_workloads/analyze_uperf_logs/analyze_uperf_logs.ipynb +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/jupyterlab/templates/analyze_workloads/analyze_uperf_logs/analyze_uperf_logs.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/jupyterlab/templates/analyze_workloads/analyze_vdbench_logs/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/jupyterlab/templates/analyze_workloads/analyze_vdbench_logs/analyze_vdbench_logs.ipynb +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/jupyterlab/templates/analyze_workloads/analyze_vdbench_logs/analyze_vdbench_logs.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/jupyterlab/templates/analyze_workloads/visualize_workload_operations.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/jupyterlab/templates/elasticsearch_operations/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/jupyterlab/templates/elasticsearch_operations/elasticsearch_operations.ipynb +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/jupyterlab/templates/elasticsearch_operations/elasticsearch_widgets.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/jupyterlab/templates/logs_operations/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/jupyterlab/templates/logs_operations/logs_operations.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/jupyterlab/templates/summary_report/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/jupyterlab/templates/summary_report/summary_report_operations.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/jupyterlab/templates/summary_report/summary_report_widgets.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/krkn_hub/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/krkn_hub/krknhub_exceptions.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/main/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/main/environment_variables.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/main/environment_variables_exceptions.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/main/main.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/main/temporary_environment_variables.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/workloads/__init__.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/workloads/vdbench_pod.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/workloads/vdbench_vm.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/workloads/windows_vm.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/workloads/workloads.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/workloads/workloads_exceptions.py +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner.egg-info/dependency_links.txt +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner.egg-info/not-zip-safe +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner.egg-info/requires.txt +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner.egg-info/top_level.txt +0 -0
- {benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/setup.cfg +0 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
class GoogleDrive(Exception):
|
|
2
|
+
""" Base class for all ElasticSearch error classes.
|
|
3
|
+
All exceptions raised by the google drive library should inherit from this class. """
|
|
4
|
+
pass
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
class FolderNotCreated(GoogleDrive):
|
|
8
|
+
"""Raised when a folder cannot be created in Google Drive after retries."""
|
|
9
|
+
def __init__(self, folder_path, message=None):
|
|
10
|
+
if message is None:
|
|
11
|
+
message = f"Failed to create folder: {folder_path}"
|
|
12
|
+
super().__init__(message)
|
|
13
|
+
self.folder_path = folder_path
|
|
@@ -9,7 +9,7 @@ from googleapiclient.http import MediaFileUpload
|
|
|
9
9
|
from google.auth.transport.requests import Request
|
|
10
10
|
from google_auth_oauthlib.flow import InstalledAppFlow
|
|
11
11
|
from benchmark_runner.common.logger.logger_time_stamp import logger # Added logger import
|
|
12
|
-
|
|
12
|
+
from benchmark_runner.common.google_drive.google_drive_exceptions import FolderNotCreated
|
|
13
13
|
# Define the scope
|
|
14
14
|
SCOPES = ['https://www.googleapis.com/auth/drive']
|
|
15
15
|
|
|
@@ -241,16 +241,44 @@ class GoogleDriveOperations:
|
|
|
241
241
|
# Folder exists, return the folder URL
|
|
242
242
|
folder_url = f"{self._google_drive_path}/{folder_id}"
|
|
243
243
|
return folder_url
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
244
|
+
|
|
245
|
+
def create_drive_folder_url(self, folder_path, parent_folder_id, retries=3, delay=5):
|
|
246
|
+
"""
|
|
247
|
+
Create folder if it doesn't exist. Retries in case of failure.
|
|
248
|
+
:param folder_path: The full folder path to retrieve or create.
|
|
249
|
+
:param parent_folder_id: The starting parent folder ID.
|
|
250
|
+
:param retries: Number of retry attempts on failure.
|
|
251
|
+
:param delay: Initial delay between retries in seconds.
|
|
252
|
+
:return: The Google Drive URL for the folder, or None on failure.
|
|
253
|
+
"""
|
|
254
|
+
attempt = 1
|
|
255
|
+
while attempt <= retries:
|
|
256
|
+
folder_id = self.get_folder_id_by_path(folder_path, parent_folder_id)
|
|
247
257
|
if folder_id:
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
258
|
+
logger.debug(f"Folder already exists: {folder_path}")
|
|
259
|
+
break
|
|
260
|
+
|
|
261
|
+
logger.warning(f"Folder not found. Attempting to create it (Attempt {attempt}/{retries}).")
|
|
262
|
+
try:
|
|
263
|
+
folder_id = self.create_folder_at_path(folder_path, parent_folder_id)
|
|
264
|
+
if folder_id:
|
|
265
|
+
logger.info(f"Successfully created folder: {folder_path}")
|
|
266
|
+
break
|
|
267
|
+
except Exception as e:
|
|
268
|
+
logger.error(f"Failed to create folder on attempt {attempt} due to: {e}")
|
|
269
|
+
raise FolderNotCreated(folder_path)
|
|
270
|
+
|
|
271
|
+
if attempt < retries:
|
|
272
|
+
wait_time = delay * (2 ** (attempt - 1))
|
|
273
|
+
logger.warning(f"Retrying in {wait_time} seconds...")
|
|
274
|
+
time.sleep(wait_time)
|
|
275
|
+
|
|
276
|
+
attempt += 1
|
|
277
|
+
|
|
278
|
+
if not folder_id:
|
|
279
|
+
error_msg = f"Unable to create or find the folder path after {retries} attempts: {folder_path}"
|
|
280
|
+
logger.error(error_msg)
|
|
281
|
+
raise FolderNotCreated(folder_path)
|
|
254
282
|
|
|
255
283
|
def list_files_in_folder(self, folder_id, level=0):
|
|
256
284
|
"""
|
{benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/krkn_hub/krknhub_workloads.py
RENAMED
|
@@ -60,7 +60,7 @@ class KrknHubWorkloads(WorkloadsOperations):
|
|
|
60
60
|
"""
|
|
61
61
|
logger.info(f'run krkn-hub: {self.__krknhub_workload}')
|
|
62
62
|
pod_log_path = f'{self._run_artifacts_path}/{self.__krknhub_workload}_pod.log'
|
|
63
|
-
workload_command = f'{self.__krknhub_environment_variables}; chmod 644 {self.__provision_kubeconfig_path} ; podman run --rm --name={self.__krknhub_pod_name} --net=host --env-host=true -v {self.__provision_kubeconfig_path}:/home/krkn/.kube/config:Z quay.io/krkn-chaos/krkn-hub:{self.__krknhub_workload}
|
|
63
|
+
workload_command = f'{self.__krknhub_environment_variables}; chmod 644 {self.__provision_kubeconfig_path} ; podman run --rm --name={self.__krknhub_pod_name} --net=host --env-host=true -v {self.__provision_kubeconfig_path}:/home/krkn/.kube/config:Z quay.io/krkn-chaos/krkn-hub:{self.__krknhub_workload} &> {pod_log_path}'
|
|
64
64
|
logger.info(workload_command)
|
|
65
65
|
self.__ssh.run(workload_command)
|
|
66
66
|
|
{benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/workloads/bootstorm_vm.py
RENAMED
|
@@ -137,7 +137,7 @@ class BootstormVM(WorkloadsOperations):
|
|
|
137
137
|
total_run_time = self._get_bootstorm_vm_total_run_time()
|
|
138
138
|
self._data_dict.update({'total_run_time': total_run_time})
|
|
139
139
|
# Google drive run_artifacts_url folder path
|
|
140
|
-
if self._google_drive_path
|
|
140
|
+
if self._google_drive_path:
|
|
141
141
|
self._data_dict.update({'run_artifacts_url': self.get_run_artifacts_google_drive()})
|
|
142
142
|
if self._es_host:
|
|
143
143
|
# upload several run results
|
|
@@ -192,7 +192,6 @@ class BootstormVM(WorkloadsOperations):
|
|
|
192
192
|
if attempt < retries - 1:
|
|
193
193
|
time.sleep(delay)
|
|
194
194
|
|
|
195
|
-
|
|
196
195
|
# Final update to self._data_dict after all attempts
|
|
197
196
|
vm_node = self._oc.get_vm_node(vm_name) # Get the node again in case it changed
|
|
198
197
|
self._data_dict = {
|
|
@@ -265,64 +264,64 @@ class BootstormVM(WorkloadsOperations):
|
|
|
265
264
|
return failure_vms
|
|
266
265
|
|
|
267
266
|
def _verify_vms_access(self, delay=10):
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
267
|
+
"""
|
|
268
|
+
This method verifies the virtctl SSH login for each VM, either during the upgrade or once for each VM.
|
|
269
|
+
It prepares the data for ElasticSearch, generates a must-gather in case of an error, and uploads it to Google Drive.
|
|
270
|
+
:param delay: delay between each iteration
|
|
271
|
+
"""
|
|
272
|
+
try:
|
|
273
|
+
vm_names = self._oc._get_all_vm_names()
|
|
274
|
+
if not vm_names:
|
|
275
|
+
raise MissingVMs("No VM names were retrieved from the cluster.")
|
|
277
276
|
|
|
278
|
-
|
|
279
|
-
|
|
277
|
+
upgrade_done = True
|
|
278
|
+
failure_vms = [] # List to store failed VM names
|
|
280
279
|
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
280
|
+
if self._wait_for_upgrade_version:
|
|
281
|
+
logger.info(f"wait for ocp upgrade version: {self._wait_for_upgrade_version}")
|
|
282
|
+
upgrade_done = self._oc.get_cluster_status() == f'Cluster version is {self._wait_for_upgrade_version}'
|
|
283
|
+
start_time = time.time()
|
|
285
284
|
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
285
|
+
while (self._timeout <= 0 or time.time() - start_time <= self._timeout) and not upgrade_done:
|
|
286
|
+
failure_vms = self._verify_vms_in_parallel(vm_names)
|
|
287
|
+
upgrade_done = self._oc.get_cluster_status() == f'Cluster version is {self._wait_for_upgrade_version}'
|
|
289
288
|
|
|
290
|
-
|
|
291
|
-
|
|
289
|
+
if upgrade_done:
|
|
290
|
+
break
|
|
292
291
|
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
292
|
+
# Sleep between each cycle
|
|
293
|
+
time.sleep(delay)
|
|
294
|
+
else:
|
|
295
|
+
failure_vms = self._verify_vms_in_parallel(vm_names)
|
|
296
|
+
|
|
297
|
+
if self._wait_for_upgrade_version:
|
|
298
|
+
logger.info(f'Cluster is upgraded to: {self._wait_for_upgrade_version}')
|
|
299
|
+
|
|
300
|
+
if failure_vms:
|
|
301
|
+
self._oc.generate_cnv_must_gather(destination_path=self._run_artifacts_path,
|
|
302
|
+
cnv_version=self._cnv_version)
|
|
303
|
+
self._oc.generate_odf_must_gather(destination_path=self._run_artifacts_path,
|
|
304
|
+
odf_version=self._odf_version)
|
|
305
|
+
# Error log with details of failed VM, for catching all vm errors
|
|
306
|
+
logger.error(f"Failed to verify virtctl SSH login for the following VMs: {', '.join(failure_vms)}")
|
|
307
|
+
# Upload artifacts in validation
|
|
308
|
+
if self._google_drive_shared_drive_id:
|
|
309
|
+
self.upload_run_artifacts_to_google_drive()
|
|
310
|
+
elif self._endpoint_url:
|
|
311
|
+
self.upload_run_artifacts_to_s3()
|
|
312
|
+
else:
|
|
313
|
+
self._save_artifacts_local = True
|
|
314
|
+
if self._es_host:
|
|
315
|
+
self._data_dict.update({'run_artifacts_url': self.get_run_artifacts_google_drive(), 'failure_vms': failure_vms, 'verification_failure': True})
|
|
316
|
+
# upload several run results
|
|
317
|
+
self._upload_to_elasticsearch(index=self._es_index, kind=self._kind, status=self._status,result=self._data_dict)
|
|
318
|
+
# verify that data upload to elastic search according to unique uuid
|
|
319
|
+
self._verify_elasticsearch_data_uploaded(index=self._es_index, uuid=self._uuid)
|
|
297
320
|
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
self._oc.generate_cnv_must_gather(destination_path=self._run_artifacts_path,
|
|
303
|
-
cnv_version=self._cnv_version)
|
|
304
|
-
self._oc.generate_odf_must_gather(destination_path=self._run_artifacts_path,
|
|
305
|
-
odf_version=self._odf_version)
|
|
306
|
-
# Error log with details of failed VM, for catching all vm errors
|
|
307
|
-
logger.error(f"Failed to verify virtctl SSH login for the following VMs: {', '.join(failure_vms)}")
|
|
308
|
-
# Upload artifacts
|
|
309
|
-
if self._google_drive_shared_drive_id:
|
|
310
|
-
self.upload_run_artifacts_to_google_drive()
|
|
311
|
-
elif self._endpoint_url:
|
|
312
|
-
self.upload_run_artifacts_to_s3()
|
|
313
|
-
else:
|
|
314
|
-
self._save_artifacts_local = True
|
|
315
|
-
if self._es_host:
|
|
316
|
-
self._data_dict.update({'run_artifacts_url': self.get_run_artifacts_google_drive(), 'failure_vms': failure_vms, 'verification_failure': True})
|
|
317
|
-
# upload several run results
|
|
318
|
-
self._upload_to_elasticsearch(index=self._es_index, kind=self._kind, status=self._status,result=self._data_dict)
|
|
319
|
-
# verify that data upload to elastic search according to unique uuid
|
|
320
|
-
self._verify_elasticsearch_data_uploaded(index=self._es_index, uuid=self._uuid)
|
|
321
|
-
|
|
322
|
-
except Exception as err:
|
|
323
|
-
# Save run artifacts logs
|
|
324
|
-
self.save_error_logs()
|
|
325
|
-
raise err
|
|
321
|
+
except Exception as err:
|
|
322
|
+
# Save run artifacts logs
|
|
323
|
+
self.save_error_logs()
|
|
324
|
+
raise err
|
|
326
325
|
|
|
327
326
|
def _run_vm_scale(self, vm_num: str):
|
|
328
327
|
"""
|
|
@@ -373,6 +373,15 @@ class WorkloadsOperations:
|
|
|
373
373
|
run_artifacts_hierarchy = self._get_run_artifacts_hierarchy(workload_name=workload)
|
|
374
374
|
return self._google_drive_operation.get_drive_folder_url(folder_path=run_artifacts_hierarchy, parent_folder_id=self._google_drive_shared_drive_id)
|
|
375
375
|
|
|
376
|
+
def create_run_artifacts_google_drive(self):
|
|
377
|
+
"""
|
|
378
|
+
This method creates google drive run artifacts folder path
|
|
379
|
+
:return:
|
|
380
|
+
"""
|
|
381
|
+
workload = self._workload.replace('_', '-')
|
|
382
|
+
run_artifacts_hierarchy = self._get_run_artifacts_hierarchy(workload_name=workload)
|
|
383
|
+
self._google_drive_operation.create_drive_folder_url(folder_path=run_artifacts_hierarchy, parent_folder_id=self._google_drive_shared_drive_id)
|
|
384
|
+
|
|
376
385
|
@logger_time_stamp
|
|
377
386
|
def upload_run_artifacts_to_google_drive(self):
|
|
378
387
|
"""
|
|
@@ -524,6 +533,8 @@ class WorkloadsOperations:
|
|
|
524
533
|
self._template.generate_yamls(scale=str(self._scale), scale_nodes=self._scale_node_list, redis=self._redis, thread_limit=self._threads_limit)
|
|
525
534
|
if self._enable_prometheus_snapshot:
|
|
526
535
|
self.start_prometheus()
|
|
536
|
+
if self._google_drive_path:
|
|
537
|
+
self.create_run_artifacts_google_drive()
|
|
527
538
|
|
|
528
539
|
def finalize_workload(self):
|
|
529
540
|
"""
|
|
@@ -535,6 +546,8 @@ class WorkloadsOperations:
|
|
|
535
546
|
self.end_prometheus()
|
|
536
547
|
if self._endpoint_url:
|
|
537
548
|
self.upload_run_artifacts_to_s3()
|
|
549
|
+
elif self._google_drive_path:
|
|
550
|
+
self.upload_run_artifacts_to_google_drive()
|
|
538
551
|
if not self._save_artifacts_local:
|
|
539
552
|
self.delete_local_artifacts()
|
|
540
553
|
if self._delete_all:
|
|
@@ -48,6 +48,7 @@ benchmark_runner/common/elasticsearch/elasticsearch_operations.py
|
|
|
48
48
|
benchmark_runner/common/github/__init__.py
|
|
49
49
|
benchmark_runner/common/github/github_operations.py
|
|
50
50
|
benchmark_runner/common/google_drive/__init__.py
|
|
51
|
+
benchmark_runner/common/google_drive/google_drive_exceptions.py
|
|
51
52
|
benchmark_runner/common/google_drive/google_drive_operations.py
|
|
52
53
|
benchmark_runner/common/grafana/__init__.py
|
|
53
54
|
benchmark_runner/common/grafana/grafana_operations.py
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/clusterbuster/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/analyze/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/clouds/IBM/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/clouds/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/github/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/grafana/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/logger/__init__.py
RENAMED
|
File without changes
|
{benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/logger/init_logger.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/oc/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/oc/oc_exceptions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/prometheus/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/remote_ssh/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ssh/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/ssh/ssh_exceptions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/virtctl/__init__.py
RENAMED
|
File without changes
|
{benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/common/virtctl/virtctl.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/jupyterlab/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/main/environment_variables.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/workloads/__init__.py
RENAMED
|
File without changes
|
{benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/workloads/vdbench_pod.py
RENAMED
|
File without changes
|
{benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/workloads/vdbench_vm.py
RENAMED
|
File without changes
|
{benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/workloads/windows_vm.py
RENAMED
|
File without changes
|
{benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner/workloads/workloads.py
RENAMED
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner.egg-info/requires.txt
RENAMED
|
File without changes
|
{benchmark_runner-1.0.805 → benchmark_runner-1.0.807}/benchmark_runner.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|