This is an archive of the discontinued LLVM Phabricator instance.

Add more benchmarks for std::string.
ClosedPublic

Authored by sbenza on Oct 29 2018, 12:14 PM.

Details

Summary

Added benchmarks for Construct, Copy, Move, Destroy, Relationals and
Read. On the ones that matter, the benchmarks tests hot and cold data,
and opaque and transparent inputs.

Event Timeline

sbenza created this revision.Oct 29 2018, 12:14 PM
EricWF accepted this revision.Oct 29 2018, 7:01 PM
This revision is now accepted and ready to land.Oct 29 2018, 7:01 PM
This revision was automatically updated to reflect the committed changes.