virtual-chart-vue3

1.0.8 • Public • Published

virtual-chart-list

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

图表目前使用的是echarts

支持二次开发

需要传入的参数

选项 描述 默认 必填
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
                    ]
                },
                {
               

Readme

Keywords

Package Sidebar

Install

npm i virtual-chart-vue3

Weekly Downloads

11

Version

1.0.8

License

ISC

Unpacked Size

812 kB

Total Files

15

Last publish

Collaborators

  • deepzhu