about summary refs log tree commit diff
path: root/benchtests/bench-memcpy.c
Commit message (Collapse)AuthorAgeFilesLines
* Begin porting string performance tests to benchtestsSiddhesh Poyarekar2013-06-111-0/+163
This is the initial support for string function performance tests, along with copying tests for memcpy and memcpy-ifunc as proof of concept. The string function benchmarks perform operations at different alignments and for different sizes and compare performance between plain operations and the optimized string operations. Due to this their output is incompatible with the function benchmarks where we're interested in fastest time, throughput, etc. In future, the correctness checks in the benchmark tests can be removed. Same goes for the performance measurements in the string/test-*.