aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/resources/HistoryServerExpectations/stage_task_summary_w_shuffle_read_expectation.json
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/test/resources/HistoryServerExpectations/stage_task_summary_w_shuffle_read_expectation.json')
-rw-r--r--core/src/test/resources/HistoryServerExpectations/stage_task_summary_w_shuffle_read_expectation.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/core/src/test/resources/HistoryServerExpectations/stage_task_summary_w_shuffle_read_expectation.json b/core/src/test/resources/HistoryServerExpectations/stage_task_summary_w_shuffle_read_expectation.json
new file mode 100644
index 0000000000..e084c839f1
--- /dev/null
+++ b/core/src/test/resources/HistoryServerExpectations/stage_task_summary_w_shuffle_read_expectation.json
@@ -0,0 +1,19 @@
+{
+ "quantiles" : [ 0.05, 0.25, 0.5, 0.75, 0.95 ],
+ "executorDeserializeTime" : [ 1.0, 2.0, 2.0, 2.0, 3.0 ],
+ "executorRunTime" : [ 30.0, 74.0, 75.0, 76.0, 79.0 ],
+ "resultSize" : [ 1034.0, 1034.0, 1034.0, 1034.0, 1034.0 ],
+ "jvmGcTime" : [ 0.0, 0.0, 0.0, 0.0, 0.0 ],
+ "resultSerializationTime" : [ 0.0, 0.0, 0.0, 0.0, 0.0 ],
+ "memoryBytesSpilled" : [ 0.0, 0.0, 0.0, 0.0, 0.0 ],
+ "diskBytesSpilled" : [ 0.0, 0.0, 0.0, 0.0, 0.0 ],
+ "shuffleReadMetrics" : {
+ "readBytes" : [ 17100.0, 17100.0, 17100.0, 17100.0, 17100.0 ],
+ "readRecords" : [ 100.0, 100.0, 100.0, 100.0, 100.0 ],
+ "remoteBlocksFetched" : [ 0.0, 0.0, 0.0, 0.0, 0.0 ],
+ "localBlocksFetched" : [ 100.0, 100.0, 100.0, 100.0, 100.0 ],
+ "fetchWaitTime" : [ 0.0, 0.0, 0.0, 1.0, 1.0 ],
+ "remoteBytesRead" : [ 0.0, 0.0, 0.0, 0.0, 0.0 ],
+ "totalBlocksFetched" : [ 100.0, 100.0, 100.0, 100.0, 100.0 ]
+ }
+} \ No newline at end of file