Fix the title of ext2 and ramfs benchmark
This commit is contained in:
parent
4c80367bc8
commit
3ad1ea4d66
|
|
@ -4,5 +4,5 @@
|
||||||
"search_pattern": "^0k",
|
"search_pattern": "^0k",
|
||||||
"result_index": "2",
|
"result_index": "2",
|
||||||
"description": "lat_fs -s 0k /ext2",
|
"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)"
|
||||||
}
|
}
|
||||||
|
|
@ -4,5 +4,5 @@
|
||||||
"search_pattern": "10k",
|
"search_pattern": "10k",
|
||||||
"result_index": "2",
|
"result_index": "2",
|
||||||
"description": "lat_fs -s 10K /ext2",
|
"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)"
|
||||||
}
|
}
|
||||||
|
|
@ -4,5 +4,5 @@
|
||||||
"search_pattern": "^0k",
|
"search_pattern": "^0k",
|
||||||
"result_index": "2",
|
"result_index": "2",
|
||||||
"description": "lat_fs -s 0k",
|
"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)"
|
||||||
}
|
}
|
||||||
|
|
@ -4,5 +4,5 @@
|
||||||
"search_pattern": "10k",
|
"search_pattern": "10k",
|
||||||
"result_index": "2",
|
"result_index": "2",
|
||||||
"description": "lat_fs -s 10K",
|
"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)"
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue