Change visibility of benchmarks

This commit is contained in:
Fabing Li 2024-10-17 06:58:54 +00:00 committed by Tate, Hongliang Tian
parent a566e25803
commit 09204600c0
2 changed files with 1 additions and 7 deletions

View File

@ -1,8 +1,5 @@
{
"benchmarks": [
"mem_read_bw",
"mem_write_bw",
"mem_copy_bw",
"mem_pagefault_lat",
"mem_mmap_bw",
"mem_mmap_lat",
@ -25,16 +22,13 @@
"vfs_write_lat",
"vfs_stat_lat",
"vfs_fstat_lat",
"vfs_fcntl_lat",
"vfs_read_pagecache_bw",
"vfs_select_lat",
"ramfs_create_delete_files_0k_ops",
"ramfs_create_delete_files_10k_ops",
"ext2_copy_files_bw",
"tcp_loopback_bw_4k",
"tcp_loopback_bw_64k",
"tcp_loopback_lat",
"tcp_virtio_lat",
"tcp_loopback_connect_lat",
"tcp_loopback_select_lat",
"tcp_loopback_http_bw",

View File

@ -4,5 +4,5 @@
"search_pattern": "Select on ",
"result_index": "5",
"description": "lat_select",
"title": "[Network] The cost of select (file fds)"
"title": "[VFS] The cost of select (file fds)"
}