Skip to content

Commit

Permalink
Update results.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alankritdabral authored May 28, 2024
1 parent dedf73e commit bb362d2
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions ci-benchmark/results.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"wrk": {
"threads": 4,
"connections": 100,
"threads": {
"value": 4
},
"connections": {
"value": 100
},
"latency": {
"value": 25.3,
"upper_value": 30.0
Expand All @@ -10,9 +14,17 @@
"value": 15.6,
"upper_value": 20.5
},
"total_requests" : 448482,
"data_transferred": "2.25GB",
"requests_per_second_overall": 14941.99,
"min_latency": "36.72ms"
"total_requests": {
"value": 448482
},
"data_transferred": {
"value": "2.25GB"
},
"requests_per_second_overall": {
"value": 14941.99
},
"min_latency": {
"value": "36.72ms"
}
}
}

0 comments on commit bb362d2

Please sign in to comment.