Fix the title of ext2 and ramfs benchmark

This commit is contained in:
Fabing Li
2024-11-08 03:08:42 +00:00
committed by Tate, Hongliang Tian
parent 4c80367bc8
commit 3ad1ea4d66
4 changed files with 4 additions and 4 deletions

View File

@ -4,5 +4,5 @@
"search_pattern": "^0k",
"result_index": "2",
"description": "lat_fs -s 0k /ext2",
"title": "[Ext2] The cost of creating/deleting small files (0KB)"
"title": "[Ext2] The throughput of creating/deleting small files (0KB)"
}

View File

@ -4,5 +4,5 @@
"search_pattern": "10k",
"result_index": "2",
"description": "lat_fs -s 10K /ext2",
"title": "[Ext2] The cost of creating/deleting small files (10KB)"
"title": "[Ext2] The throughput of creating/deleting small files (10KB)"
}

View File

@ -4,5 +4,5 @@
"search_pattern": "^0k",
"result_index": "2",
"description": "lat_fs -s 0k",
"title": "[Ramfs] The cost of creating/deleting small files (0KB)"
"title": "[Ramfs] The throughput of creating/deleting small files (0KB)"
}

View File

@ -4,5 +4,5 @@
"search_pattern": "10k",
"result_index": "2",
"description": "lat_fs -s 10K",
"title": "[Ramfs] The cost of creating/deleting small files (10KB)"
"title": "[Ramfs] The throughput of creating/deleting small files (10KB)"
}