1c5666cfa3
Make sysbench configuration compatible with new benchmark framework
2024-12-15 09:45:23 +08:00
20ee05e8e0
Fix result extraction
2024-12-12 20:43:47 +08:00
4316247d82
Add ext2 benchmarks of sqlite
2024-12-11 23:04:49 +08:00
946e4d5529
Add interface to generate one more results with one benchmark job
2024-12-11 23:04:49 +08:00
5d1c16896a
Reorganize benchmark structure
2024-12-11 23:04:49 +08:00
065a3bd1c3
Avoid inline comments in variable assignments in Makefile
2024-12-11 19:37:45 +08:00
c0e572becd
Add ramfs_copy_files_bw
benchmark
2024-12-11 17:12:33 +08:00
2b767c774d
Make ext2_copy_files_bw
script consistent with description
2024-12-11 17:12:33 +08:00
fbe7734a5c
Fix CI failures in network tests
2024-12-11 16:47:13 +08:00
6c4f56723c
Fix futex lost wakeup
2024-11-27 10:27:22 +08:00
05ff441577
Clear DF
flag during signal handling to conform to x86-64 calling convention
2024-11-26 10:50:58 +08:00
c8c9b9753e
Make all network benchmark run with tap backend and vhost on
2024-11-20 20:24:03 +08:00
03aee4a7d7
Include tcp_loopback_bw_4k in summary
2024-11-20 18:27:36 +08:00
b88675c4e9
Stabilize the benchmark results of FIO
2024-11-20 16:22:20 +08:00
56727aa5ee
Add bw_tcp_virtio benchmark
2024-11-12 17:47:40 +08:00
c7404f8139
Add several FIO tests to the benchmark CI
2024-11-09 10:38:50 +08:00
31ebcbf264
Support specifying SCHEME
in the benchmark
2024-11-09 10:38:50 +08:00
012dacab93
Ensure only numeric values are extracted from the benchmark results
2024-11-09 10:38:50 +08:00
3ad1ea4d66
Fix the title of ext2 and ramfs benchmark
2024-11-08 11:24:15 +08:00
827c15aa03
Add self-connecting regression tests
2024-11-08 10:49:02 +08:00
19b13d88e2
Fix clone_exit_signal
test
2024-11-06 21:53:55 +08:00
1fe74c9c92
Add sys_getrlimit and sys_setrlimit
2024-11-06 21:53:31 +08:00
7a08d9a660
Support other SigStackFlags
2024-11-06 15:00:01 +08:00
16a319a8ea
Adjust and align the qemu arguments of virtio-blk-pci
2024-11-06 11:00:43 +08:00
3461bd5de6
Add more boundary checks for epoll_wait
2024-10-30 10:42:16 +08:00
00ffc5266d
Add tcp poll test program
2024-10-28 22:47:50 +08:00
f8bd71a1e7
Add Nginx benchmark CI
2024-10-28 18:57:41 +08:00
88939f2a4c
Add Redis benchmark CI
2024-10-28 18:57:41 +08:00
b5610f3034
Report POLLNVAL
in poll
for invalid FDs
2024-10-28 14:33:32 +08:00
7c3e3738a1
Enable tap mode network and vhost
2024-10-26 22:07:38 +08:00
c38455f9f6
Add tests for system call sched_get/set_affinity
2024-10-26 22:06:41 +08:00
418fb10d6e
Supplement ioctl() gVisor test
2024-10-21 09:43:43 +08:00
09204600c0
Change visibility of benchmarks
2024-10-17 15:02:52 +08:00
a566e25803
Set tcp benchmarks' backlog as 1
2024-10-17 14:52:58 +08:00
090149eed7
Add tcp latency test over virtio-net
2024-10-14 20:59:25 +08:00
6e7b12c3c4
Extract the status of guest VM from its log
2024-10-09 19:35:03 +08:00
ab7c4f3740
Update the benchmark linux kernel
2024-10-08 17:53:47 +08:00
5402f1fbf7
Wait for the QEMU process to exit
2024-10-08 17:52:20 +08:00
4f060b338c
Remove unused guest_guest choice
2024-10-08 17:52:20 +08:00
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