Skip to content

Commit 9220da8

Browse files
committed
tmp: dont use async engine
Signed-off-by: Patrick Roy <[email protected]>
1 parent 12be223 commit 9220da8

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

tests/integration_tests/performance/test_block_ab.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ def run_fio(microvm, mode, block_size):
6060
.with_arg("--randrepeat=0")
6161
.with_arg(f"--bs={block_size}")
6262
.with_arg(f"--size={BLOCK_DEVICE_SIZE_MB}M")
63-
.with_arg("--ioengine=libaio")
6463
.with_arg("--iodepth=32")
6564
# Set affinity of the entire fio process to a set of vCPUs equal in size to number of workers
6665
.with_arg(

tools/ab_test.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,6 @@
4646
{"instance": "m6a.metal", "performance_test": "test_network_tcp_throughput"},
4747
# Network throughput on m7a.metal
4848
{"instance": "m7a.metal-48xl", "performance_test": "test_network_tcp_throughput"},
49-
# block device latency metrics on ARM
50-
{"instance": "m6g.metal", "metric": "clat_read"},
51-
{"instance": "m6g.metal", "metric": "clat_write"},
52-
{"instance": "m7g.metal", "metric": "clat_read"},
53-
{"instance": "m7g.metal", "metric": "clat_write"},
54-
{"instance": "m8g-24xl.metal", "metric": "clat_read"},
55-
{"instance": "m8g-48xl.metal", "metric": "clat_write"},
5649
]
5750

5851

0 commit comments

Comments
 (0)