mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 21:06:48 +00:00
Update FIO benchmark CI
This commit is contained in:
parent
0397e7281e
commit
efac408524
4
.github/workflows/benchmark_asterinas.yml
vendored
4
.github/workflows/benchmark_asterinas.yml
vendored
@ -57,8 +57,8 @@ jobs:
|
||||
- lmbench/ext2_copy_files_bw
|
||||
- fio/ext2_seq_write_bw
|
||||
- fio/ext2_seq_read_bw
|
||||
- fio/ext2_iommu_seq_write_bw
|
||||
- fio/ext2_iommu_seq_read_bw
|
||||
- fio/ext2_seq_write_bw_no_iommu
|
||||
- fio/ext2_seq_read_bw_no_iommu
|
||||
# Network-related benchmark
|
||||
- lmbench/tcp_loopback_bw_4k
|
||||
- lmbench/tcp_loopback_bw_64k
|
||||
|
@ -8,12 +8,12 @@
|
||||
"result_index": 2
|
||||
},
|
||||
"chart": {
|
||||
"title": "[Ext2] The bandwidth of sequential reads (IOMMU enabled on Asterinas)",
|
||||
"title": "[Ext2] The bandwidth of sequential reads (IOMMU disabled on Asterinas)",
|
||||
"description": "fio -filename=/ext2/fio-test -size=1G -bs=1M -direct=1",
|
||||
"unit": "MB/s",
|
||||
"legend": "Average file read bandwidth on {system}"
|
||||
},
|
||||
"runtime_config": {
|
||||
"aster_scheme": "iommu"
|
||||
"aster_scheme": "null"
|
||||
}
|
||||
}
|
@ -8,12 +8,12 @@
|
||||
"result_index": 2
|
||||
},
|
||||
"chart": {
|
||||
"title": "[Ext2] The bandwidth of sequential writes (IOMMU enabled on Asterinas)",
|
||||
"title": "[Ext2] The bandwidth of sequential writes (IOMMU disabled on Asterinas)",
|
||||
"description": "fio -filename=/ext2/fio-test -size=1G -bs=1M -direct=1",
|
||||
"unit": "MB/s",
|
||||
"legend": "Average file write bandwidth on {system}"
|
||||
},
|
||||
"runtime_config": {
|
||||
"aster_scheme": "iommu"
|
||||
"aster_scheme": "null"
|
||||
}
|
||||
}
|
@ -2,7 +2,7 @@
|
||||
"benchmarks": [
|
||||
"ext2_seq_write_bw",
|
||||
"ext2_seq_read_bw",
|
||||
"ext2_iommu_seq_write_bw",
|
||||
"ext2_iommu_seq_read_bw"
|
||||
"ext2_seq_write_bw_no_iommu",
|
||||
"ext2_seq_read_bw_no_iommu"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user