This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from ff8cce4 Revert "Added 'inline' attribute to basic_string's destructor" new 2d2f0c0 Add start of filesystem benchmarks
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: CMakeLists.txt | 18 ++++++++- benchmarks/CMakeLists.txt | 30 ++++++++++++-- benchmarks/GenerateInput.hpp | 2 + benchmarks/filesystem.bench.cpp | 90 +++++++++++++++++++++++++++++++++++++++++ docs/BuildingLibcxx.rst | 17 +++++--- 5 files changed, 147 insertions(+), 10 deletions(-) create mode 100644 benchmarks/filesystem.bench.cpp