Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
uo289321 committed May 1, 2024
2 parents 7641805 + 4018267 commit a28cfc3
Show file tree
Hide file tree
Showing 36 changed files with 13,915 additions and 48,845 deletions.

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions webapp/loadTest/GameResult/js/all_sessions.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
allUsersData = {

color: '#FFA900',
name: 'Active Users',
data: [
[1714531886000,205],[1714531887000,205],[1714531888000,209],[1714531889000,229],[1714531890000,248],[1714531891000,267],[1714531892000,286],[1714531893000,281],[1714531894000,268],[1714531895000,230],[1714531896000,177],[1714531897000,170],[1714531898000,171],[1714531899000,178],[1714531900000,176],[1714531901000,177],[1714531902000,156],[1714531903000,138],[1714531904000,131],[1714531905000,133],[1714531906000,133],[1714531907000,131],[1714531908000,132],[1714531909000,129],[1714531910000,157],[1714531911000,187],[1714531912000,217],[1714531913000,246],[1714531914000,274],[1714531915000,300],[1714531916000,333],[1714531917000,360],[1714531918000,382],[1714531919000,395],[1714531920000,414],[1714531921000,431],[1714531922000,449],[1714531923000,480],[1714531924000,501],[1714531925000,519],[1714531926000,499],[1714531927000,480],[1714531928000,448],[1714531929000,412],[1714531930000,383],[1714531931000,322],[1714531932000,284],[1714531933000,210],[1714531934000,155],[1714531935000,75]
],
tooltip: { yDecimals: 0, ySuffix: '', valueDecimals: 0 }
, zIndex: 20
, yAxis: 1
};
File renamed without changes.
File renamed without changes.
77 changes: 77 additions & 0 deletions webapp/loadTest/GameResult/js/global_stats.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
{
"name": "All Requests",
"numberOfRequests": {
"total": 9646,
"ok": 9646,
"ko": 0
},
"minResponseTime": {
"total": 23,
"ok": 23,
"ko": 0
},
"maxResponseTime": {
"total": 1925,
"ok": 1925,
"ko": 0
},
"meanResponseTime": {
"total": 546,
"ok": 546,
"ko": 0
},
"standardDeviation": {
"total": 486,
"ok": 486,
"ko": 0
},
"percentiles1": {
"total": 362,
"ok": 362,
"ko": 0
},
"percentiles2": {
"total": 959,
"ok": 959,
"ko": 0
},
"percentiles3": {
"total": 1465,
"ok": 1465,
"ko": 0
},
"percentiles4": {
"total": 1566,
"ok": 1566,
"ko": 0
},
"group1": {
"name": "t < 800 ms",
"htmlName": "t < 800 ms",
"count": 6482,
"percentage": 67
},
"group2": {
"name": "800 ms <= t < 1200 ms",
"htmlName": "t >= 800 ms <br> t < 1200 ms",
"count": 1858,
"percentage": 19
},
"group3": {
"name": "t >= 1200 ms",
"htmlName": "t >= 1200 ms",
"count": 1306,
"percentage": 14
},
"group4": {
"name": "failed",
"htmlName": "failed",
"count": 0,
"percentage": 0
},
"meanNumberOfRequestsPerSecond": {
"total": 192.92,
"ok": 192.92,
"ko": 0
}
}
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit a28cfc3

Please sign in to comment.