Skip to content

Releases: aliyun/byte-unixbench

Optimize syscall.c: Change getpid method to syscall

08 Jan 10:38
e2fafe5
Compare
Choose a tag to compare

Optimize syscall.c: Change getpid method to syscall

optimize whets

05 Dec 03:28
Compare
Choose a tag to compare

Optimize whets.c:
When the main frequency of the CPU is higher, the time of N8 process is nonlinear.
More infomation, you can see: https://yq.aliyun.com/articles/674732

v5.1.4

02 Jul 08:25
Compare
Choose a tag to compare

v5.1.4
Optimize contetxt1.c:
Sometimes parent and child process will run on the same CPU, now we make parent process and child process run on different CPUs.