-
Notifications
You must be signed in to change notification settings - Fork 52
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
Mar 28, 2024
1 parent
e9cf352
commit 57f9cd1
Showing
9 changed files
with
6,912 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
commit-data/479f043308c35c51ff459ef17d783e708c0a35dc/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
...43308c35c51ff459ef17d783e708c0a35dc/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" : 8129333333, | ||
"throughput" : 123111.46956780303, | ||
"deliveryLatency" : { | ||
"avg" : 2783000000, | ||
"max" : 5329666666 | ||
} | ||
}, | ||
"resource" : { | ||
"threads" : 61, | ||
"totalCpuTimeNs" : 255185094788, | ||
"totalAllocatedBytes" : 34028500955 | ||
}, | ||
"jvmStats" : { | ||
"gcStats" : { | ||
"G1 Young Generation" : { | ||
"count" : 25, | ||
"time" : 59 | ||
}, | ||
"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 | ||
} | ||
} |
1,701 changes: 1,701 additions & 0 deletions
1,701
...f043308c35c51ff459ef17d783e708c0a35dc/tasks_1000k_latency_0ms_concurrency_20-profile.html
Large diffs are not rendered by default.
Oops, something went wrong.
36 changes: 36 additions & 0 deletions
36
...a/479f043308c35c51ff459ef17d783e708c0a35dc/tasks_1000k_latency_0ms_vthread-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" : 10694666666, | ||
"throughput" : 93697.46504693168, | ||
"deliveryLatency" : { | ||
"avg" : 4831000000, | ||
"max" : 8458666666 | ||
} | ||
}, | ||
"resource" : { | ||
"threads" : 11000001, | ||
"totalCpuTimeNs" : 62080501894, | ||
"totalAllocatedBytes" : 44372975355 | ||
}, | ||
"jvmStats" : { | ||
"gcStats" : { | ||
"G1 Young Generation" : { | ||
"count" : 6, | ||
"time" : 270 | ||
}, | ||
"G1 Old Generation" : { | ||
"count" : 0, | ||
"time" : 0 | ||
}, | ||
"G1 Concurrent GC" : { | ||
"count" : 0, | ||
"time" : 0 | ||
} | ||
} | ||
}, | ||
"extraInfo" : { | ||
"profilerOutput" : "tasks_1000k_latency_0ms_vthread-profile.html", | ||
"taskstatsOutput" : null | ||
} | ||
} |
Oops, something went wrong.