-
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 19, 2024
1 parent
e173ff0
commit ef841fe
Showing
9 changed files
with
6,757 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
commit-data/57b9ae8b6c458f7b309d61d9ee8402185ebc3e5b/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
...e8b6c458f7b309d61d9ee8402185ebc3e5b/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" : 8605000000, | ||
"throughput" : 116220.92743148556, | ||
"deliveryLatency" : { | ||
"avg" : 2844333333, | ||
"max" : 5470000000 | ||
} | ||
}, | ||
"resource" : { | ||
"threads" : 61, | ||
"totalCpuTimeNs" : 23920293704, | ||
"totalAllocatedBytes" : 3106667437 | ||
}, | ||
"jvmStats" : { | ||
"gcStats" : { | ||
"G1 Young Generation" : { | ||
"count" : 25, | ||
"time" : 64 | ||
}, | ||
"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.