libstdc++: Add performance test for <random>
authorJonathan Wakely <jwakely@redhat.com>
Fri, 9 Oct 2020 11:07:36 +0000 (12:07 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 9 Oct 2020 13:01:54 +0000 (14:01 +0100)
commitf9919ba717dfaf6018b7e625bebc84a461477b52
tree1b7f88c694847acacf2ae62127a7bf1368446ba0
parent59a95143ddeb4939fe2336e8f86cbc908bfa8e1a
libstdc++: Add performance test for <random>

This tests std::uniform_int_distribution with various parameters and
engines.

libstdc++-v3/ChangeLog:

* testsuite/performance/26_numerics/random_dist.cc: New test.
libstdc++-v3/testsuite/performance/26_numerics/random_dist.cc [new file with mode: 0644]