Skip to content

Commit 1f0d3b3

Browse files
committed
updats
1 parent de14a8b commit 1f0d3b3

File tree

1 file changed

+12
-20
lines changed

1 file changed

+12
-20
lines changed

datafusion-cli/tests/snapshots/object_store_profiling@s3_url_fallback.snap

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,12 @@ Instrumented Object Store: instrument_mode: Trace, inner: AmazonS3(data)
4040
<TIMESTAMP> operation=Get duration=[DURATION] size=1006 path=cars.csv
4141

4242
Summaries:
43-
Get
44-
count: 1
45-
[SUMMARY_DURATION]
46-
[SUMMARY_DURATION]
47-
[SUMMARY_DURATION]
48-
size min: 1006 B
49-
size max: 1006 B
50-
size avg: 1006 B
51-
size sum: 1006 B
52-
43+
+-----------+----------+-----------+-----------+-----------+-----------+
44+
| Operation | Metric | min | max | avg | sum |
45+
+-----------+----------+-----------+-----------+-----------+-----------+
46+
| Get | duration | 0.001057s | 0.001057s | 0.001057s | 0.001057s |
47+
| Get | size | 1006 B | 1006 B | 1006 B | 1006 B |
48+
+-----------+----------+-----------+-----------+-----------+-----------+
5349
ObjectStore Profile mode set to Summary
5450
+-----+-------+---------------------+
5551
| car | speed | time |
@@ -62,16 +58,12 @@ ObjectStore Profile mode set to Summary
6258
Object Store Profiling
6359
Instrumented Object Store: instrument_mode: Summary, inner: AmazonS3(data)
6460
Summaries:
65-
Get
66-
count: 1
67-
[SUMMARY_DURATION]
68-
[SUMMARY_DURATION]
69-
[SUMMARY_DURATION]
70-
size min: 1006 B
71-
size max: 1006 B
72-
size avg: 1006 B
73-
size sum: 1006 B
74-
61+
+-----------+----------+-----------+-----------+-----------+-----------+
62+
| Operation | Metric | min | max | avg | sum |
63+
+-----------+----------+-----------+-----------+-----------+-----------+
64+
| Get | duration | 0.001556s | 0.001556s | 0.001556s | 0.001556s |
65+
| Get | size | 1006 B | 1006 B | 1006 B | 1006 B |
66+
+-----------+----------+-----------+-----------+-----------+-----------+
7567
ObjectStore Profile mode set to Disabled
7668
+-----+-------+---------------------+
7769
| car | speed | time |

0 commit comments

Comments
 (0)