You can just run it on your local machine and dedicate some of the cores to it with a tool like "cset shield".
If you _really_ want to avoid any contention, then build the benchmark as a Linux kernel module and call stop_machine(), which will prevent anything else including interrupt handlers from running.
Comments
You can just run it on your local machine and dedicate some of the cores to it with a tool like "cset shield".
If you _really_ want to avoid any contention, then build the benchmark as a Linux kernel module and call stop_machine(), which will prevent anything else including interrupt handlers from running.