Code Monkey home page Code Monkey logo

virtual-chart-list's Introduction

virtual-chart-list

用于 vue3 虚拟echarts图表支持横向和竖向,目前不支持换行

图表目前使用的是echarts

支持二次开发

喜欢的打赏小弟小白一下 531703836636_ pic

需要传入的参数

选项 描述 默认 必填
chartData 图表数据
itemSizeWidth 图的宽度 400
itemSizeHeight 图的高度 400
bufferSize 缓冲数据也就是 end = start + bufferSize 10
horizontald 方向 vertical

使用方法

1、下载

npm i virtual-chart-vue3  

如果版本有问题就 npm i virtual-chart-vue3 --legacy-peer-deps

2、引入

import vueVirtualChart from "virtual-chart-vue3";
const app = createApp(App);
vueVirtualChart(app);

3、使用

  <div class="wrapper">
    <vueVirtualChart  :chartData="chartData"></vueVirtualChart>
  </div>

注意:

wrapper父亲要给宽高

chartData示例:

[
    {
        "id": "mysqlio_test.mybenchx0",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx0"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:07:25",
                    "2023-12-28 11:07:35",
                    "2023-12-28 11:07:45",
                    "2023-12-28 11:07:55",
                    "2023-12-28 11:08:05",
                    "2023-12-28 11:08:15",
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx1",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx1"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:07:25",
                    "2023-12-28 11:07:35",
                    "2023-12-28 11:07:45",
                    "2023-12-28 11:07:55",
                    "2023-12-28 11:08:05",
                    "2023-12-28 11:08:15",
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx2",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx2"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:07:25",
                    "2023-12-28 11:07:35",
                    "2023-12-28 11:07:45",
                    "2023-12-28 11:07:55",
                    "2023-12-28 11:08:05",
                    "2023-12-28 11:08:15",
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        2000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        3303,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx3",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx3"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:07:35",
                    "2023-12-28 11:07:45",
                    "2023-12-28 11:07:55",
                    "2023-12-28 11:08:05",
                    "2023-12-28 11:08:15",
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx4",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx4"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:07:35",
                    "2023-12-28 11:07:45",
                    "2023-12-28 11:07:55",
                    "2023-12-28 11:08:05",
                    "2023-12-28 11:08:15",
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9828,
                        9828,
                        9828,
                        9828,
                        9828,
                        9828,
                        9828,
                        9828,
                        9828,
                        9828,
                        9828,
                        9828,
                        9828,
                        9828,
                        9828,
                        9828,
                        9828,
                        9828,
                        9828,
                        9828
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx5",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx5"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:07:35",
                    "2023-12-28 11:07:45",
                    "2023-12-28 11:07:55",
                    "2023-12-28 11:08:05",
                    "2023-12-28 11:08:15",
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx6",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx6"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:07:35",
                    "2023-12-28 11:07:45",
                    "2023-12-28 11:07:55",
                    "2023-12-28 11:08:05",
                    "2023-12-28 11:08:15",
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx7",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx7"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:07:35",
                    "2023-12-28 11:07:45",
                    "2023-12-28 11:07:55",
                    "2023-12-28 11:08:05",
                    "2023-12-28 11:08:15",
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        2000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        3271,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx8",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx8"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:07:45",
                    "2023-12-28 11:07:55",
                    "2023-12-28 11:08:05",
                    "2023-12-28 11:08:15",
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx9",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx9"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:07:45",
                    "2023-12-28 11:07:55",
                    "2023-12-28 11:08:05",
                    "2023-12-28 11:08:15",
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx10",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx10"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:07:45",
                    "2023-12-28 11:07:55",
                    "2023-12-28 11:08:05",
                    "2023-12-28 11:08:15",
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx11",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx11"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:07:45",
                    "2023-12-28 11:07:55",
                    "2023-12-28 11:08:05",
                    "2023-12-28 11:08:15",
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx12",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx12"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:07:45",
                    "2023-12-28 11:07:55",
                    "2023-12-28 11:08:05",
                    "2023-12-28 11:08:15",
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        2000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        3272,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx13",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx13"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:07:55",
                    "2023-12-28 11:08:05",
                    "2023-12-28 11:08:15",
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx14",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx14"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:07:55",
                    "2023-12-28 11:08:05",
                    "2023-12-28 11:08:15",
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx15",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx15"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:07:55",
                    "2023-12-28 11:08:05",
                    "2023-12-28 11:08:15",
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx16",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx16"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:07:55",
                    "2023-12-28 11:08:05",
                    "2023-12-28 11:08:15",
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx17",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx17"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:07:55",
                    "2023-12-28 11:08:05",
                    "2023-12-28 11:08:15",
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        2000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        3271,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx18",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx18"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:08:05",
                    "2023-12-28 11:08:15",
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx19",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx19"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:08:05",
                    "2023-12-28 11:08:15",
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx20",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx20"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:08:05",
                    "2023-12-28 11:08:15",
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx21",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx21"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:08:05",
                    "2023-12-28 11:08:15",
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx22",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx22"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:08:05",
                    "2023-12-28 11:08:15",
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        2000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        3258,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx23",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx23"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:08:15",
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx24",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx24"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:08:15",
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx25",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx25"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:08:15",
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx26",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx26"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:08:15",
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx27",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx27"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:08:15",
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        2000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        3286,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx28",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx28"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx29",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx29"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx30",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx30"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx31",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx31"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx32",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx32"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:08:25",
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        2000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        3247,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx33",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx33"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx34",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx34"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx35",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx35"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx36",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx36"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx37",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx37"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:08:35",
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        2000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        3242,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx38",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx38"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx39",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx39"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx40",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx40"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx41",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx41"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx42",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx42"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:08:45",
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        2000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        3234,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx43",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx43"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx44",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx44"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx45",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx45"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx46",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx46"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9692,
                        9692,
                        9692,
                        9692,
                        9692,
                        9692,
                        9692,
                        9692,
                        9692,
                        9692,
                        9692,
                        9692
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx47",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx47"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:08:55",
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        2000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        3219,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx48",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx48"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx49",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx49"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx50",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx50"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx51",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx51"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx52",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx52"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:09:05",
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        2000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        3237,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx53",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx53"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx54",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx54"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx55",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx55"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx56",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx56"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx57",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx57"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:09:15",
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        2000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        3237,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx58",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx58"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx59",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx59"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx60",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx60"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx61",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx61"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx62",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx62"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:09:25",
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        2000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        3216,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx63",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx63"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx64",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx64"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945,
                        9945
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx65",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx65"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx66",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx66"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx67",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx67"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:09:35",
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        2000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        3219,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx68",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx68"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx69",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx69"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx70",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx70"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx71",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx71"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx72",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx72"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:09:45",
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        2000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        3212,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx73",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx73"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx74",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx74"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx75",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx75"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9980,
                        9980,
                        9980,
                        9980,
                        9980,
                        9980
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx76",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx76"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx77",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx77"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:09:55",
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9678,
                        9678,
                        9678,
                        9678,
                        9678,
                        9678
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        2000,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        3205,
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx78",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx78"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx79",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx79"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9678,
                        9678,
                        9678,
                        9678,
                        9678
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx80",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx80"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9678,
                        9678,
                        9678,
                        9678,
                        9678
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx81",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx81"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9678,
                        9678,
                        9678,
                        9678,
                        9678
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx82",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx82"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:10:05",
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9678,
                        9678,
                        9678,
                        9678,
                        9678
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        2000,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        3189,
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx83",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx83"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx84",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx84"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9980,
                        9980,
                        9980,
                        9980
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx85",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx85"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9678,
                        9678,
                        9678,
                        9678
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx86",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx86"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9678,
                        9678,
                        9678,
                        9678
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx87",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx87"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:10:15",
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9945,
                        9945,
                        9945,
                        9945
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        2000,
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        3214,
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx88",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx88"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx89",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx89"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9945,
                        9945,
                        9945
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx90",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx90"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9678,
                        9678,
                        9678
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx91",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx91"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx92",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx92"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:10:25",
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        2000,
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        3193,
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx93",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx93"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9945,
                        9945
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx94",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx94"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9678,
                        9678
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx95",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx95"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx96",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx96"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905,
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx97",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx97"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:10:35",
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9678,
                        9678
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        2000,
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        3200,
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx98",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx98"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000
                    ]
                }
            ]
        }
    },
    {
        "id": "mysqlio_test.mybenchx99",
        "options": {
            "title": {
                "text": "mysqlio_test.mybenchx99"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "legend": {
                "top": "10%",
                "data": [
                    "mydump_count",
                    "mydump_load_count",
                    "mydump_extract_count"
                ]
            },
            "grid": {
                "top": "25%",
                "left": "3%",
                "right": "4%",
                "bottom": "4%",
                "containLabel": true
            },
            "xAxis": {
                "type": "category",
                "boundaryGap": false,
                "data": [
                    "2023-12-28 11:10:45"
                ]
            },
            "yAxis": {
                "type": "value"
            },
            "series": [
                {
                    "name": "mydump_count",
                    "type": "line",
                    "data": [
                        9905
                    ]
                },
                {
                    "name": "mydump_load_count",
                    "type": "line",
                    "data": [
                        10000
                    ]
                },
                {
                    "name": "mydump_extract_count",
                    "type": "line",
                    "data": [
                        10000
                    ]
                }
            ]
        }
    }
]

virtual-chart-list's People

Contributors

deedhei avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.