Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ The response will look like this:
"aggregations": {
"load_time_ranks": {
"values": {
"500.0": 55.0,
"600.0": 64.0
"500.0": 90.01,
"600.0": 100.0
}
}
}
Expand All @@ -60,7 +60,7 @@ The response will look like this:
% TESTRESPONSE[s/"500.0": 55.0/"500.0": 55.00000000000001/]
% TESTRESPONSE[s/"600.0": 64.0/"600.0": 64.0/]

From this information you can determine you are hitting the 99% load time target but not quite hitting the 95% load time target
From this information you can determine you are hitting the 99% load time target but not quite hitting the 95% load time target.

## Keyed Response [_keyed_response_5]

Expand Down
Loading