Does std::sort() have benchmark ?

Kai Zhao loverszhao@gmail.com
Sat Aug 8 11:28:00 GMT 2015


On Sat, Aug 8, 2015 at 4:32 PM, Jonathan Wakely <jwakely@redhat.com> wrote:
> On 06/08/15 17:45 +0800, Kai Zhao wrote:
>>
>> Hi all,
>>
>>  I find that there is no benchmark for std::sort(). Is it right ? Why
>> don't
>> we add benchmark for std::sort() ?
>
>
> There is testsuite/performance/25_algorithms/sort.cc but we could
> certainly do more testing. Someone just needs to do the work.
>

Sorry, forgot to cc the libstdc++ mailing list.

Thanks very much! I have focused on fuzz testing about 2 years. I am very glad
to add benchmark and fuzz testing to libstdc++.

But the libstdc++ mailing list seems not active. I am afraid that
nobody cares if I
write a patch to add benchmark for std::sort() or other algorithms.

I am very appreciate it if you could give me some advice.


Thanks for your time,

Kai



More information about the Libstdc++ mailing list