Created
April 9, 2024 08:42
-
-
Save zamazan4ik/d31d1b06e5f74a1e546c75901bc802a6 to your computer and use it in GitHub Desktop.
nucleo: PGO instrumented
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
taskset -c 0 ./benches_instrumented | |
will git clone linux... | |
fatal: целевой путь «/home/zamazan4ik/open_source/nucleo/target/linux» уже существует и не является пустым каталогом. | |
did git clone linux...ExitStatus(unix_wait_status(32768)) | |
Starting: Running benchmark(s). Stand by! | |
running "never_matches"... | |
running "copying"... | |
running "/doc/kernel"... | |
running "//.h"... | |
Method Mean Samples Change | |
------------------------------------------------------------ | |
nucleo "never_matches" 6.72 ms 1,481/1,487 +84.23% | |
skim "never_matches" 32.07 ms 311/312 +6.31% | |
nucleo "copying" 5.75 ms 1,728/1,738 +77.24% | |
skim "copying" 29.99 ms 334/334 +3.23% | |
nucleo "/doc/kernel" 7.03 ms 1,412/1,421 +79.96% | |
skim "/doc/kernel" 33.02 ms 303/303 +6.39% | |
nucleo "//.h" 28.05 ms 357/357 +86.70% | |
skim "//.h" 72.26 ms 139/139 +19.39% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment