-
Notifications
You must be signed in to change notification settings - Fork 5.3k
stats: add perf-annotation regexes used in stats tag extraction #2615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
aaaecea
Checkout PerfAnnotation class (not ready for review).
jmarantz cacf76b
checkpoint with envoy_init_speed_test building.
jmarantz b21eabd
Checkpoint bazel option enabled to enable perf annotation.
jmarantz 2263657
Checkpoint with hacky --disable_hot_restart flag.
jmarantz 845c81c
All basic functionality implemented, including one more minor refacto…
jmarantz 65f58c8
cleanup a little
jmarantz 5a047b2
format fix-up.
jmarantz 3750841
test-coverage for dump()
jmarantz b9366b9
Rather than making a new binary, add a new server mode.
jmarantz 7a8b42a
Merge branch 'master' into perf-annotation
jmarantz 479fa81
Remove last remnants of the envoy_init_speed_test. formatting.
jmarantz 72d18aa
thread: annotation support when !OS X.
htuch 32fa5f4
Fix hot restart test under --runs_per_test
dnoe 46f43a4
Fix a few more cases where --base-id was required.
dnoe 2db4b24
Add perf_annotation_lib.
jmarantz d440e99
formatting
jmarantz d69399b
Merge branch 'master' into perf-annotation-lib
jmarantz 89fa9dc
Merge branch 'perf-annotation-lib' into perf-annotation
jmarantz c85f07e
Use the cleaned up version of perf_annotation from #2626
jmarantz 759418c
fix crash and tweak output format
jmarantz 869b490
fix test for left-justfied text column.
jmarantz f219f2b
Merge branch 'master' into perf-annotation
jmarantz 99001c1
Resolve some remaining conflicts from the merge.
jmarantz 2c7ab78
Tweak perf annotation format slightly as left-justifying text-fields …
jmarantz 15c0386
Merge branch 'master' into perf-annotation
jmarantz 8284adf
Remove more merge-conflict detritus, which was in a comment.
jmarantz 9d6f4c4
Merge branch 'master' into perf-annotation
jmarantz 0acf719
Use absl::string_view for a temp string constant rather than const ch…
jmarantz c2fc345
Merge branch 'master' into perf-annotation
jmarantz a242ace
Add test for '--mode init_only'.
jmarantz 7b06b49
Clean up comments about why the random-number generator is still needed.
jmarantz 090ae2e
Add explicit test for --mode init_only (in addition to using it to ma…
jmarantz 479aebf
Correct a stale comment.
jmarantz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a test for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah no, but if #2679 can get merged it'll be way easier to add one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added one....i resurrected the random component to the main_common_test base ID calculation as it seems you can't immediately open one of the required resources immediate after closing it in the previous test method.