-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Benchmark x86_64-based EC2 instances using PMU instead of PERF
Previous benchmarks on x86_64-based EC2 instances indicated some accuracy in the performance measurements using the `perf` kernel module. Performance measurements using `rdtsc`, in turn, seem to work more reliably. This commit changes the benchmarking CI for x86_64 instances to use `rdtsc` to obtain the cycle counter, and no longer `perf`. To allow this the choice between PMU and PERF first needs to be made an additional parameter to the EC2 benchmarking workflow. Signed-off-by: Hanno Becker <[email protected]>
- Loading branch information
1 parent
21ee1ef
commit a23e16f
Showing
2 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
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
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