We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f05fc commit d0deeb7Copy full SHA for d0deeb7
python/tests/integration/toolbox/test_query_stats.py
@@ -11,25 +11,32 @@ def test_query_stats(s3_version_store_v1):
11
Sample output:
12
{
13
"list_symbols": {
14
+ "time": {
15
+ "500": 1
16
+ },
17
"stages": {
18
"list": {
19
20
21
22
"key_types": {
23
"l": {
24
"storage_ops": {
25
"ListObjectsV2": {
- "count": 1,
26
+ "result_count": 1,
27
"time": {
- "20": 2
28
+ "20": 1,
29
+ "10": 1
30
}
31
32
33
},
34
"r": {
35
36
37
38
- "20": 1
39
40
41
42
0 commit comments