-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Decaton CB bot
committed
Aug 14, 2024
1 parent
15a725b
commit 43bd0c4
Showing
9 changed files
with
6,812 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
commit-data/e0f6dc98814636bf71bb0689bb7874be40db7142/sysinfo.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"cpuModel": "Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz", | ||
"cpuCores": 8, | ||
"memoryBytes": 16656003072, | ||
"javaVersion": "21.0.2", | ||
"envId": "2858edbef037420aed1de4ef9bb17a0c" | ||
} |
36 changes: 36 additions & 0 deletions
36
...c98814636bf71bb0689bb7874be40db7142/tasks_1000k_latency_0ms_concurrency_20-benchmark.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"performance" : { | ||
"totalTasks" : 1000000, | ||
"executionTime" : 9053666666, | ||
"throughput" : 110636.14932015282, | ||
"deliveryLatency" : { | ||
"avg" : 3156666666, | ||
"max" : 5912666666 | ||
} | ||
}, | ||
"resource" : { | ||
"threads" : 61, | ||
"totalCpuTimeNs" : 25272170388, | ||
"totalAllocatedBytes" : 3099757914 | ||
}, | ||
"jvmStats" : { | ||
"gcStats" : { | ||
"G1 Young Generation" : { | ||
"count" : 24, | ||
"time" : 62 | ||
}, | ||
"G1 Old Generation" : { | ||
"count" : 0, | ||
"time" : 0 | ||
}, | ||
"G1 Concurrent GC" : { | ||
"count" : 0, | ||
"time" : 0 | ||
} | ||
} | ||
}, | ||
"extraInfo" : { | ||
"profilerOutput" : "tasks_1000k_latency_0ms_concurrency_20-profile.html", | ||
"taskstatsOutput" : null | ||
} | ||
} |
Oops, something went wrong.