-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbenchmark_results.json
More file actions
42 lines (42 loc) · 987 Bytes
/
benchmark_results.json
File metadata and controls
42 lines (42 loc) · 987 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[
{
"workers": 1,
"total_time": 31.699823141098022,
"items_processed": 20,
"successful_items": 20,
"failed_items": 0,
"throughput": 0.6309183464834699,
"avg_response_time": 1.5849911570549011,
"success": true
},
{
"workers": 3,
"total_time": 29.277612686157227,
"items_processed": 20,
"successful_items": 20,
"failed_items": 0,
"throughput": 0.6831158064146472,
"avg_response_time": 1.4638806343078614,
"success": true
},
{
"workers": 5,
"total_time": 25.078123569488525,
"items_processed": 20,
"successful_items": 20,
"failed_items": 0,
"throughput": 0.7975078336535968,
"avg_response_time": 1.2539061784744263,
"success": true
},
{
"workers": 10,
"total_time": 26.208415269851685,
"items_processed": 20,
"successful_items": 20,
"failed_items": 0,
"throughput": 0.7631136714704987,
"avg_response_time": 1.3104207634925842,
"success": true
}
]