resp-benchmark 0.1.6__cp310-cp310-musllinux_1_2_x86_64.whl → 0.1.7__cp310-cp310-musllinux_1_2_x86_64.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 resp-benchmark might be problematic. Click here for more details.
- resp_benchmark/_resp_benchmark_rust_lib.cpython-310-x86_64-linux-gnu.so +0 -0
- resp_benchmark/wrapper.py +3 -0
- {resp_benchmark-0.1.6.dist-info → resp_benchmark-0.1.7.dist-info}/METADATA +1 -1
- {resp_benchmark-0.1.6.dist-info → resp_benchmark-0.1.7.dist-info}/RECORD +7 -7
- {resp_benchmark-0.1.6.dist-info → resp_benchmark-0.1.7.dist-info}/WHEEL +0 -0
- {resp_benchmark-0.1.6.dist-info → resp_benchmark-0.1.7.dist-info}/entry_points.txt +0 -0
- {resp_benchmark-0.1.6.dist-info → resp_benchmark-0.1.7.dist-info}/license_files/LICENSE +0 -0
|
Binary file
|
resp_benchmark/wrapper.py
CHANGED
|
@@ -17,10 +17,12 @@ class Result:
|
|
|
17
17
|
qps (float): Average queries per second.
|
|
18
18
|
avg_latency_ms (float): Average latency in milliseconds.
|
|
19
19
|
p99_latency_ms (float): 99th percentile latency in milliseconds.
|
|
20
|
+
connections (int): The number of parallel connections.
|
|
20
21
|
"""
|
|
21
22
|
qps: float
|
|
22
23
|
avg_latency_ms: float
|
|
23
24
|
p99_latency_ms: float
|
|
25
|
+
connections: int
|
|
24
26
|
|
|
25
27
|
|
|
26
28
|
class Benchmark:
|
|
@@ -106,6 +108,7 @@ class Benchmark:
|
|
|
106
108
|
qps=ret.qps,
|
|
107
109
|
avg_latency_ms=ret.avg_latency_ms,
|
|
108
110
|
p99_latency_ms=ret.p99_latency_ms,
|
|
111
|
+
connections=ret.connections
|
|
109
112
|
)
|
|
110
113
|
|
|
111
114
|
return result
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
resp_benchmark-0.1.
|
|
2
|
-
resp_benchmark-0.1.
|
|
3
|
-
resp_benchmark-0.1.
|
|
4
|
-
resp_benchmark-0.1.
|
|
1
|
+
resp_benchmark-0.1.7.dist-info/METADATA,sha256=A5D_wJsa1YrDNZU2RduWECrTNcat_hjnWgbtcnxkBhQ,4321
|
|
2
|
+
resp_benchmark-0.1.7.dist-info/WHEEL,sha256=yvWGtDAmVwWClL9-Oiw6HAgQ45arIOK3HjfEfok9z9s,107
|
|
3
|
+
resp_benchmark-0.1.7.dist-info/entry_points.txt,sha256=q1llaLwyhHn2jvpR28wBbila30DyZ1B5_4ackdlZ2R4,57
|
|
4
|
+
resp_benchmark-0.1.7.dist-info/license_files/LICENSE,sha256=Kj-yFXYfT2SMHVx80nmX0ta2SPNqCQAq1_fwhkPqJrw,1072
|
|
5
5
|
resp_benchmark.libs/libgcc_s-1e52349c.so.1,sha256=Ani0u_W_tB8ESsFePO4D2mn2lrgWLhyFdw6RETxBTYM,437537
|
|
6
6
|
resp_benchmark/cli.py,sha256=Jj8DrtXVd85oo_nySbpXnYDgpEbIIjM-qUWco0v8Pjk,2498
|
|
7
7
|
resp_benchmark/cores.py,sha256=bSEaHXJYo6spGIK_j-beTz8qbun3D7bgYrYxjUaMuDw,619
|
|
8
8
|
resp_benchmark/__init__.py,sha256=-7qaTnVRokIpURaFVsO6ZP-l7oeHLbsNsGwBLvZrU14,39
|
|
9
|
-
resp_benchmark/wrapper.py,sha256=
|
|
10
|
-
resp_benchmark/_resp_benchmark_rust_lib.cpython-310-x86_64-linux-gnu.so,sha256=
|
|
11
|
-
resp_benchmark-0.1.
|
|
9
|
+
resp_benchmark/wrapper.py,sha256=cAXXX4L9vROEMD4RXjzj_rh6xWFvnRMDGbwLMpWSheM,4753
|
|
10
|
+
resp_benchmark/_resp_benchmark_rust_lib.cpython-310-x86_64-linux-gnu.so,sha256=iqdBzh8x9UslClcYgYoQlYRIk-47tlhEtly8FjKRq78,2882809
|
|
11
|
+
resp_benchmark-0.1.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|