Skip to content

Commit ecdc595

Browse files
committed
chore: benchmark
1 parent 35b10f4 commit ecdc595

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

benchmark/results/bullmq.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -889,5 +889,32 @@
889889
"jobType": "cpu",
890890
"multiProcess": true
891891
}
892+
},
893+
{
894+
"timestamp": 1759956791256,
895+
"queueType": "bullmq",
896+
"jobType": "cpu",
897+
"totalJobs": 5000,
898+
"workersCount": 4,
899+
"completedJobs": 5000,
900+
"durationMs": 58439,
901+
"throughputJobsPerSec": 85.56,
902+
"avgPickupMs": 28425.52,
903+
"avgProcessingMs": 44.84,
904+
"avgTotalMs": 28470.36,
905+
"p95PickupMs": 53905,
906+
"p95ProcessingMs": 47.75,
907+
"p95TotalMs": 53949.23,
908+
"peakCpuPercent": 5,
909+
"peakMemoryMB": 219.7,
910+
"avgCpuPercent": 0.2,
911+
"avgMemoryMB": 213.6,
912+
"settings": {
913+
"mq": "bullmq",
914+
"jobs": 5000,
915+
"workers": 4,
916+
"jobType": "cpu",
917+
"multiProcess": true
918+
}
892919
}
893920
]

benchmark/results/groupmq.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,5 +1402,32 @@
14021402
"jobType": "cpu",
14031403
"multiProcess": true
14041404
}
1405+
},
1406+
{
1407+
"timestamp": 1759956791256,
1408+
"queueType": "groupmq",
1409+
"jobType": "cpu",
1410+
"totalJobs": 5000,
1411+
"workersCount": 4,
1412+
"completedJobs": 5000,
1413+
"durationMs": 59907,
1414+
"throughputJobsPerSec": 83.46,
1415+
"avgPickupMs": 28878.44,
1416+
"avgProcessingMs": 45.81,
1417+
"avgTotalMs": 28924.25,
1418+
"p95PickupMs": 55310,
1419+
"p95ProcessingMs": 49.79,
1420+
"p95TotalMs": 55354.22,
1421+
"peakCpuPercent": 66,
1422+
"peakMemoryMB": 153.2,
1423+
"avgCpuPercent": 0.1,
1424+
"avgMemoryMB": 113.9,
1425+
"settings": {
1426+
"mq": "groupmq",
1427+
"jobs": 5000,
1428+
"workers": 4,
1429+
"jobType": "cpu",
1430+
"multiProcess": true
1431+
}
14051432
}
14061433
]

0 commit comments

Comments
 (0)