This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Does std::sort() have benchmark ?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]