| Issue |
162359
|
| Summary |
[libc++] Randomize inputs to several associative container benchmarks
|
| Labels |
libc++
|
| Assignees |
philnik777
|
| Reporter |
ldionne
|
Several associative container benchmarks are currently using sorted data instead of unsorted data, without intending to do so. This happens because we use a `std::set` to generate unique random inputs and then we don't always shuffle the results before inserting into associative containers.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs