Commit Graph

212 Commits

Author SHA1 Message Date
46b34aa648 Rename tcp_loopback_bw to tcp_loopback_bw_4k 2024-10-08 16:42:37 +08:00
61f6c637d2 Add Nginx benchmark CI 2024-10-01 14:18:02 +08:00
0620ec58e4 Extract host-guest benchmark CI script 2024-10-01 14:18:02 +08:00
5564adee74 Forward 8080 when benchmarking Linux 2024-10-01 14:18:02 +08:00
17ea6e91b0 Benchmark TCP localhost with 64K messages 2024-09-30 20:37:57 +08:00
c4cb0f1aef Quiet Linux boot logs to avoid mixing with result logs 2024-09-27 18:53:26 +08:00
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
3929ea8c86 Stabilize some benchmark results 2024-09-26 15:33:16 +08:00
f2af6136da Minor optimizations on both lat-syscall-stat and lat-syscall-open 2024-09-26 15:25:49 +08:00
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
179705a3fc Fix RamFS readahead 2024-09-24 20:34:19 +08:00
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
c5009e38f1 Add pipe/short_rw test
Co-authored-by: Ruihan Li <lrh2000@pku.edu.cn>
2024-09-20 10:37:20 +08:00
ea8327af0f Add regression test for sendmsg/recvmsg 2024-09-20 10:37:20 +08:00
70505ff4f8 Support futex wait timeout 2024-09-19 22:42:13 +08:00
ceb6e2b242 Add lmbench-fs on ext2 in benchmark ci 2024-09-14 17:30:46 +08:00
cfd23336e5 Make the benchmark comparison with Linux on ext2 fairer 2024-09-14 17:27:55 +08:00
66f2dacaf8 Add configuration file for Redis and Nginx 2024-09-14 13:22:50 +08:00
43b6926c11 Add applications to initramfs 2024-09-14 13:22:50 +08:00
320092eda2 Implement blocking connect properly 2024-09-13 22:09:46 +08:00
6f915133b5 Fix error codes in bind 2024-09-13 22:09:46 +08:00
a345e11b96 Fix error codes in send, recv, accept 2024-09-13 22:09:46 +08:00
a8592a16ea Fix I/O events related to shutdown 2024-09-13 22:09:46 +08:00
421f6b8e5b Fix I/O events cross different states 2024-09-13 22:09:46 +08:00
f831f5685f Fix I/O events for UNIX connected sockets 2024-09-13 22:09:46 +08:00
32bfa76703 Reorganize the structure of benchmarks 2024-09-13 21:03:25 +08:00
7a13c0dff6 Fix behavior related to EPOLLONESHOT 2024-09-13 21:02:06 +08:00
6151d65cf5 Fix poll behavior 2024-09-13 21:02:06 +08:00
479d98c8b9 Use (fd, file) as the key 2024-09-13 21:02:06 +08:00
8b1c69987f Make the benchmarks on ext2 more fair 2024-09-13 16:25:25 +08:00
6645220810 Adjust the test parameters in lmbench mmap/pagefault tests 2024-09-12 21:09:16 +08:00
f94d2e55f7 Disable SemOpMultiNoBlock 2024-09-02 17:12:04 +08:00
9a2faff07b Enable lto in running benchmark 2024-09-02 17:09:48 +08:00
eff41b6e97 Enable loopback network device in Linux 2024-08-29 20:21:10 +08:00
83d42d0783 Add lmbench localhost UDP latency test 2024-08-29 20:21:10 +08:00
a84ed69f5f Add lmbench localhost TCP latency test 2024-08-29 20:21:10 +08:00
34352dc0d9 Add lmbench TCP connect latency test 2024-08-29 20:21:10 +08:00
316e4bf2c6 Add lmbench localhost TCP bandwidth test 2024-08-29 20:21:10 +08:00
9fec6ce95a Add lmbench HTTP latency test 2024-08-29 20:21:10 +08:00
936da1d6df Add lmbench select TCP test 2024-08-29 20:21:10 +08:00
6ce25dc38b Fix lock releasing of fcntl 2024-08-29 17:06:01 +08:00
21a1041d27 Clean up files generated by UNIX regression tests 2024-08-28 19:54:36 +08:00
65aa156e92 Implement UNIX abstract address namespace 2024-08-28 19:54:36 +08:00
a72c7dadf3 Optimize the latency of lmbench-signal-prot 2024-08-28 14:27:41 +08:00
7b58d97aa2 Add regression test for SO_REUSEADDR 2024-08-28 14:01:18 +08:00
d179fa8788 Enables F_SETOWN gVisor test 2024-08-27 22:14:40 +08:00
d313674a2b Add SMP tests with a general test blocklist 2024-08-27 17:22:47 +08:00