feat: storage benchmark — local-path PV, vcd-disk-ext4 PV, S3 (10 iter each)

This commit is contained in:
“Naeel”
2026-05-19 07:28:45 +04:00
parent 1d81ca34e1
commit 865d33a0e1
12 changed files with 414 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"spec": {
"podspec": {
"volumes": [
{
"name": "data",
"persistentVolumeClaim": {
"claimName": "storage-check-vcd"
}
}
],
"containers": [
{
"name": "bench-py",
"volumeMounts": [
{
"name": "data",
"mountPath": "/mnt/data"
}
]
}
]
}
}
}