Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib/test_bitops: Add benchmark test for fns()
Introduce a benchmark test for the fns(). It measures the total time taken by fns() to process 10,000 test data generated using get_random_bytes() for each n in the range [0, BITS_PER_LONG). example: test_bitops: fns: 7637268 ns CC: Andrew Morton <[email protected]> CC: Rasmus Villemoes <[email protected]> CC: David Laight <[email protected]> Signed-off-by: Kuan-Wei Chiu <[email protected]> Suggested-by: Yury Norov <[email protected]> Signed-off-by: Yury Norov <[email protected]>
- Loading branch information