benchmark-runner 1.0.772__py3-none-any.whl → 1.0.774__py3-none-any.whl
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/workloads/windows_vm.py +2 -2
- {benchmark_runner-1.0.772.dist-info → benchmark_runner-1.0.774.dist-info}/METADATA +1 -1
- {benchmark_runner-1.0.772.dist-info → benchmark_runner-1.0.774.dist-info}/RECORD +6 -6
- {benchmark_runner-1.0.772.dist-info → benchmark_runner-1.0.774.dist-info}/LICENSE +0 -0
- {benchmark_runner-1.0.772.dist-info → benchmark_runner-1.0.774.dist-info}/WHEEL +0 -0
- {benchmark_runner-1.0.772.dist-info → benchmark_runner-1.0.774.dist-info}/top_level.txt +0 -0
|
@@ -25,8 +25,8 @@ class WindowsVM(BootstormVM):
|
|
|
25
25
|
:return:
|
|
26
26
|
"""
|
|
27
27
|
try:
|
|
28
|
-
if self._run_type
|
|
29
|
-
self._es_index =
|
|
28
|
+
if self._run_type in ('test_ci', 'chaos_ci'):
|
|
29
|
+
self._es_index = f"windows-{self._run_type.replace('_', '-')}-results"
|
|
30
30
|
else:
|
|
31
31
|
self._es_index = 'windows-results'
|
|
32
32
|
self._initialize_run()
|
|
@@ -169,12 +169,12 @@ benchmark_runner/workloads/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
|
|
|
169
169
|
benchmark_runner/workloads/bootstorm_vm.py,sha256=0k5brR4NlGwI-ErMtscHX_AcIWT29bmVW1OwgZpMXS8,18713
|
|
170
170
|
benchmark_runner/workloads/vdbench_pod.py,sha256=OcmxVr5QlbkhAgY37wsZ7xJUjs9HI-qMVDex1HdL2P0,9778
|
|
171
171
|
benchmark_runner/workloads/vdbench_vm.py,sha256=Yhoz-GbvZwA8q6qGIeSUsYhEIERj8SmJB1yjetwsGow,9449
|
|
172
|
-
benchmark_runner/workloads/windows_vm.py,sha256=
|
|
172
|
+
benchmark_runner/workloads/windows_vm.py,sha256=qFVD3qBFMnVpYXnrpam-7H5-0Yzvx6qtaEEZx4T-ex4,2415
|
|
173
173
|
benchmark_runner/workloads/workloads.py,sha256=F9fnk4h715tq7ANSCbDH0jktB8fpr_u3YG61Kdi5_os,1422
|
|
174
174
|
benchmark_runner/workloads/workloads_exceptions.py,sha256=u7VII95iPRF_YhfpGH1U1RmgiIYESMOtbSF1dz7_ToE,1858
|
|
175
175
|
benchmark_runner/workloads/workloads_operations.py,sha256=EEIZjNYGjEkyUafxFKSu4X9jaN_wgYDbMeCi1hZBZ-0,25186
|
|
176
|
-
benchmark_runner-1.0.
|
|
177
|
-
benchmark_runner-1.0.
|
|
178
|
-
benchmark_runner-1.0.
|
|
179
|
-
benchmark_runner-1.0.
|
|
180
|
-
benchmark_runner-1.0.
|
|
176
|
+
benchmark_runner-1.0.774.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
177
|
+
benchmark_runner-1.0.774.dist-info/METADATA,sha256=pHPdJlM4lnzp9eDy-4St56dpZCf74QwgsdTCnvMrMvw,11498
|
|
178
|
+
benchmark_runner-1.0.774.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
|
179
|
+
benchmark_runner-1.0.774.dist-info/top_level.txt,sha256=MP7UbTCzu59D53uKCZl5VsQeM_vheyMc7FmryczJQbk,17
|
|
180
|
+
benchmark_runner-1.0.774.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|