|
|
|
|
|
by raid2000
846 days ago
|
|
> Current performance and test counts on a 40 core system are: $ time make -j $(nproc) check SUBDIRS=.
13s
$ # time make -j $(nproc) check RUN_EXPENSIVE_TESTS=yes
1m22.244s for 9 extra expensive tests That's pretty respectable, given that coreutils include 98 programs (some are simple like yes(1) and true(1), but most of them are used millions of times a day to do real work: ls(1), kill(1), cat(1), wc(1). In fact, I used wc(1) to count the number of separate programs inside coreutils. |
|
Not that simple: https://github.com/coreutils/coreutils/blob/master/src/yes.c