mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-23 09:23:25 +00:00
Fix the title of ext2 and ramfs benchmark
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
4c80367bc8
commit
3ad1ea4d66
@ -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)"
|
||||
}
|
@ -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)"
|
||||
}
|
@ -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)"
|
||||
}
|
@ -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)"
|
||||
}
|
Reference in New Issue
Block a user