diff --git a/test/benchmark/lmbench/ext2_create_delete_files_0k_ops/config.json b/test/benchmark/lmbench/ext2_create_delete_files_0k_ops/config.json index 6dc07d7ad..ef5d64ee3 100644 --- a/test/benchmark/lmbench/ext2_create_delete_files_0k_ops/config.json +++ b/test/benchmark/lmbench/ext2_create_delete_files_0k_ops/config.json @@ -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)" } \ No newline at end of file diff --git a/test/benchmark/lmbench/ext2_create_delete_files_10k_ops/config.json b/test/benchmark/lmbench/ext2_create_delete_files_10k_ops/config.json index 0805dadad..7c8491e60 100644 --- a/test/benchmark/lmbench/ext2_create_delete_files_10k_ops/config.json +++ b/test/benchmark/lmbench/ext2_create_delete_files_10k_ops/config.json @@ -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)" } \ No newline at end of file diff --git a/test/benchmark/lmbench/ramfs_create_delete_files_0k_ops/config.json b/test/benchmark/lmbench/ramfs_create_delete_files_0k_ops/config.json index c2046c93b..1622d6ebd 100644 --- a/test/benchmark/lmbench/ramfs_create_delete_files_0k_ops/config.json +++ b/test/benchmark/lmbench/ramfs_create_delete_files_0k_ops/config.json @@ -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)" } \ No newline at end of file diff --git a/test/benchmark/lmbench/ramfs_create_delete_files_10k_ops/config.json b/test/benchmark/lmbench/ramfs_create_delete_files_10k_ops/config.json index 0bc3aa21d..ac0757804 100644 --- a/test/benchmark/lmbench/ramfs_create_delete_files_10k_ops/config.json +++ b/test/benchmark/lmbench/ramfs_create_delete_files_10k_ops/config.json @@ -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)" } \ No newline at end of file