Render min and max values in Summary Report as #N/A - #407
Closed
FSchumacher wants to merge 1 commit into
Closed
Conversation
In the Summary Report min and max values are initialized with `Long#MAX_VALUE` and `Long#MIN_VALUE` to work easily with them. Those initial values are looking weird in the rendered view. Hide them by replacing the extrema by the text `#N/A`. Bugzilla Id: 62822
asfgit
pushed a commit
that referenced
this pull request
Oct 16, 2018
Followup to r1844031 Render uninitialized min and max values in Summary Report as `#N/A` In the Summary Report min and max values are initialized with `Long#MAX_VALUE` and `Long#MIN_VALUE` to work easily with them. Those initial values are looking weird in the rendered view. Hide them by replacing the extrema by the text `#N/A`. Closes #407 on github Bugzilla Id: 62822 git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1844032 13f79535-47bb-0310-9956-ffa450edef68
asfgit
pushed a commit
that referenced
this pull request
Oct 16, 2018
Followup to r1844031 Render uninitialized min and max values in Summary Report as `#N/A` In the Summary Report min and max values are initialized with `Long#MAX_VALUE` and `Long#MIN_VALUE` to work easily with them. Those initial values are looking weird in the rendered view. Hide them by replacing the extrema by the text `#N/A`. Relates to #407 on github Bugzilla Id: 62822 git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1844043 13f79535-47bb-0310-9956-ffa450edef68
StorDm
pushed a commit
to etnetera/jmeter
that referenced
this pull request
Jan 7, 2021
In the Summary Report min and max values are initialized with `Long#MAX_VALUE` and `Long#MIN_VALUE` to work easily with them. Those initial values are looking weird in the rendered view. Hide them by replacing the extrema by the text `#N/A`. Closes apache#407 on github Bugzilla Id: 62822 git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1844031 13f79535-47bb-0310-9956-ffa450edef68 Former-commit-id: 4998146
StorDm
pushed a commit
to etnetera/jmeter
that referenced
this pull request
Jan 7, 2021
Followup to r1844031 Render uninitialized min and max values in Summary Report as `#N/A` In the Summary Report min and max values are initialized with `Long#MAX_VALUE` and `Long#MIN_VALUE` to work easily with them. Those initial values are looking weird in the rendered view. Hide them by replacing the extrema by the text `#N/A`. Closes apache#407 on github Bugzilla Id: 62822 git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1844032 13f79535-47bb-0310-9956-ffa450edef68 Former-commit-id: d8e4585
StorDm
pushed a commit
to etnetera/jmeter
that referenced
this pull request
Jan 7, 2021
Followup to r1844031 Render uninitialized min and max values in Summary Report as `#N/A` In the Summary Report min and max values are initialized with `Long#MAX_VALUE` and `Long#MIN_VALUE` to work easily with them. Those initial values are looking weird in the rendered view. Hide them by replacing the extrema by the text `#N/A`. Relates to apache#407 on github Bugzilla Id: 62822 git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1844043 13f79535-47bb-0310-9956-ffa450edef68 Former-commit-id: a78d2b2
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Render min and max values in Summary Report as
#N/AMotivation and context
In the Summary Report min and max values are initialized with
Long#MAX_VALUEandLong#MIN_VALUEto work easily with them.Those initial values are looking weird in the rendered view.
Hide them by replacing the extrema by the text
#N/A.Bugzilla Id: 62822
How Has This Been Tested?
Used the GUI to display
Summary Reportand run a simple test.Types of changes
Checklist: