forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve substitution formatter parsing performance (envoyproxy#35498)
Commit Message: improve substitution formatter parsing performance Additional Description: See envoyproxy#35466 Previous parsing performance result: ``` --------------------------------------------------------------------------- Benchmark Time CPU Iterations --------------------------------------------------------------------------- BM_AccessLogFormatterSetup 75744 ns 75605 ns 9401 ``` Latest parsing performance result: ``` --------------------------------------------------------------------------- Benchmark Time CPU Iterations --------------------------------------------------------------------------- BM_AccessLogFormatterSetup 8932 ns 8917 ns 78153 ``` Risk Level: mid. Core code change. Testing: unit. Docs Changes: n/a. Release Notes: no behavior change. Platform Specific Features: n/a. --------- Signed-off-by: wbpcode <[email protected]>
- Loading branch information
Showing
20 changed files
with
370 additions
and
390 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.