commit | c9f9a92fc8753fcb0f6a8cb8f6f504f45438fe00 | [log] [tgz] |
---|---|---|
author | Muhammad Qureshi <[email protected]> | Wed Oct 25 11:20:34 2023 -0700 |
committer | Muhammad Qureshi <[email protected]> | Wed Feb 14 14:49:43 2024 -0800 |
tree | 540a6ce350f30dce4b38841da8b3db77d159454a | |
parent | c9983b6739c449afbb94d828f4b524e56f8b468b [diff] |
Benchmarks for string atom field transformations - Added benchmarks for trimming trailing numeric characters via: 1. Targeting trailing numbers using string::find_last_not_of 2. Targeting trailing numbers using std::is_digit 3. std::regex_replace 4. POSIX C regex Bug: 307768377 Test: atest statsd_benchmark Change-Id: Ib0665f590e3125f0a9400cef584d1afdb108b797