227 Commits

Author SHA1 Message Date
Fabing Li
3461bd5de6 Add more boundary checks for epoll_wait 2024-10-30 10:42:16 +08:00
Jianfeng Jiang
00ffc5266d Add tcp poll test program 2024-10-28 22:47:50 +08:00
Yuke Peng
f8bd71a1e7 Add Nginx benchmark CI 2024-10-28 18:57:41 +08:00
Yuke Peng
88939f2a4c Add Redis benchmark CI 2024-10-28 18:57:41 +08:00
Ruihan Li
b5610f3034 Report POLLNVAL in poll for invalid FDs 2024-10-28 14:33:32 +08:00
Jianfeng Jiang
7c3e3738a1 Enable tap mode network and vhost 2024-10-26 22:07:38 +08:00
Zhang Junyang
c38455f9f6 Add tests for system call sched_get/set_affinity 2024-10-26 22:06:41 +08:00
Wang Taojie
418fb10d6e Supplement ioctl() gVisor test 2024-10-21 09:43:43 +08:00
Fabing Li
09204600c0 Change visibility of benchmarks 2024-10-17 15:02:52 +08:00
jiangjianfeng
a566e25803 Set tcp benchmarks' backlog as 1 2024-10-17 14:52:58 +08:00
jiangjianfeng
090149eed7 Add tcp latency test over virtio-net 2024-10-14 20:59:25 +08:00
Fabing Li
6e7b12c3c4 Extract the status of guest VM from its log 2024-10-09 19:35:03 +08:00
Fabing Li
ab7c4f3740 Update the benchmark linux kernel 2024-10-08 17:53:47 +08:00
Fabing Li
5402f1fbf7 Wait for the QEMU process to exit 2024-10-08 17:52:20 +08:00
Fabing Li
4f060b338c Remove unused guest_guest choice 2024-10-08 17:52:20 +08:00
Fabing Li
46b34aa648 Rename tcp_loopback_bw to tcp_loopback_bw_4k 2024-10-08 16:42:37 +08:00
Yuke Peng
61f6c637d2 Add Nginx benchmark CI 2024-10-01 14:18:02 +08:00
Yuke Peng
0620ec58e4 Extract host-guest benchmark CI script 2024-10-01 14:18:02 +08:00
Yuke Peng
5564adee74 Forward 8080 when benchmarking Linux 2024-10-01 14:18:02 +08:00
Ruihan Li
17ea6e91b0 Benchmark TCP localhost with 64K messages 2024-09-30 20:37:57 +08:00
Shaowei Song
c4cb0f1aef Quiet Linux boot logs to avoid mixing with result logs 2024-09-27 18:53:26 +08:00
Carlos López
0a36760f7a Respect user-defined exit signal in clone() and clone3()
When calling clone() and clone3(), the user is allowed to specify a
signal to be sent to the parent process on exit. Respect this value by
storing it in the Process struct and sending the signal on exit.

Add a test as well to verify that the signal is properly delivered to
the parent.
2024-09-26 20:07:43 +08:00
Yuke Peng
3929ea8c86 Stabilize some benchmark results 2024-09-26 15:33:16 +08:00
Shaowei Song
f2af6136da Minor optimizations on both lat-syscall-stat and lat-syscall-open 2024-09-26 15:25:49 +08:00
Fabing Li
9abdebbae3 Add iperf3 benchmark 2024-09-26 10:03:32 +08:00
负雪
a7cb71161d Use summary.json to controll the overview charts of benchmarks 2024-09-25 14:05:49 +08:00
Ruihan Li
179705a3fc Fix RamFS readahead 2024-09-24 20:34:19 +08:00
Yuke Peng
a997d9f0b0 Enable some gVisor futex tests 2024-09-22 16:00:56 +08:00
负雪
b9808136a4 Block failed futex and fcntl tests 2024-09-21 15:18:56 +08:00
负雪
9acc02a288 Hide Semaphores on the overview temporarily 2024-09-20 12:57:05 +08:00
Jianfeng Jiang
c5009e38f1 Add pipe/short_rw test
Co-authored-by: Ruihan Li <lrh2000@pku.edu.cn>
2024-09-20 10:37:20 +08:00
Jianfeng Jiang
ea8327af0f Add regression test for sendmsg/recvmsg 2024-09-20 10:37:20 +08:00
Jianfeng Jiang
70505ff4f8 Support futex wait timeout 2024-09-19 22:42:13 +08:00
Shaowei Song
ceb6e2b242 Add lmbench-fs on ext2 in benchmark ci 2024-09-14 17:30:46 +08:00
Shaowei Song
cfd23336e5 Make the benchmark comparison with Linux on ext2 fairer 2024-09-14 17:27:55 +08:00
Yuke Peng
66f2dacaf8 Add configuration file for Redis and Nginx 2024-09-14 13:22:50 +08:00
Yuke Peng
43b6926c11 Add applications to initramfs 2024-09-14 13:22:50 +08:00
Ruihan Li
320092eda2 Implement blocking connect properly 2024-09-13 22:09:46 +08:00
Ruihan Li
6f915133b5 Fix error codes in bind 2024-09-13 22:09:46 +08:00
Ruihan Li
a345e11b96 Fix error codes in send, recv, accept 2024-09-13 22:09:46 +08:00
Ruihan Li
a8592a16ea Fix I/O events related to shutdown 2024-09-13 22:09:46 +08:00
Ruihan Li
421f6b8e5b Fix I/O events cross different states 2024-09-13 22:09:46 +08:00
Ruihan Li
f831f5685f Fix I/O events for UNIX connected sockets 2024-09-13 22:09:46 +08:00
Fabing Li
32bfa76703 Reorganize the structure of benchmarks 2024-09-13 21:03:25 +08:00
Ruihan Li
7a13c0dff6 Fix behavior related to EPOLLONESHOT 2024-09-13 21:02:06 +08:00
Ruihan Li
6151d65cf5 Fix poll behavior 2024-09-13 21:02:06 +08:00
Ruihan Li
479d98c8b9 Use (fd, file) as the key 2024-09-13 21:02:06 +08:00
Shaowei Song
8b1c69987f Make the benchmarks on ext2 more fair 2024-09-13 16:25:25 +08:00
Chen Chengjun
6645220810 Adjust the test parameters in lmbench mmap/pagefault tests 2024-09-12 21:09:16 +08:00
Yuke Peng
f94d2e55f7 Disable SemOpMultiNoBlock 2024-09-02 17:12:04 +08:00