-
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
Dec 18, 2023
1 parent
27fc077
commit 7eb51d5
Showing
7 changed files
with
6,617 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
commit-data/2724000c36df00cbdcbc55a3799cca7a9c934129/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": "11.0.17", | ||
"envId": "6b3023fe397e8290d903387cd3bbfa9c" | ||
} |
32 changes: 32 additions & 0 deletions
32
...00c36df00cbdcbc55a3799cca7a9c934129/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,32 @@ | ||
{ | ||
"performance" : { | ||
"totalTasks" : 1000000, | ||
"executionTime" : 7778000000, | ||
"throughput" : 128647.4541467055, | ||
"deliveryLatency" : { | ||
"avg" : 2598333333, | ||
"max" : 4833666666 | ||
} | ||
}, | ||
"resource" : { | ||
"threads" : 61, | ||
"totalCpuTimeNs" : 235367473480, | ||
"totalAllocatedBytes" : 33406880675 | ||
}, | ||
"jvmStats" : { | ||
"gcStats" : { | ||
"G1 Young Generation" : { | ||
"count" : 16, | ||
"time" : 32 | ||
}, | ||
"G1 Old Generation" : { | ||
"count" : 0, | ||
"time" : 0 | ||
} | ||
} | ||
}, | ||
"extraInfo" : { | ||
"profilerOutput" : "tasks_1000k_latency_0ms_concurrency_20-profile.svg", | ||
"taskstatsOutput" : "tasks_1000k_latency_0ms_concurrency_20-taskstats.txt" | ||
} | ||
} |
Oops, something went wrong.