Skip to content

Commit

Permalink
add Benchmark (jmh) benchmark result for 85308b7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 5, 2023
1 parent 85308b7 commit 75cf920
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions docs/bench/data.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1701793539230,
"repoUrl": "https://github.com/softwaremill/jox",
"entries": {
"Benchmark": [
{
"commit": {
"author": {
"email": "[email protected]",
"name": "adamw",
"username": "adamw"
},
"committer": {
"email": "[email protected]",
"name": "adamw",
"username": "adamw"
},
"distinct": true,
"id": "85308b720d17430b5484385496fb77ad72704137",
"message": "WIP",
"timestamp": "2023-12-05T17:14:47+01:00",
"tree_id": "56379544f2792f21c2198e2150088eb8c4036272",
"url": "https://github.com/softwaremill/jox/commit/85308b720d17430b5484385496fb77ad72704137"
},
"date": 1701793539216,
"tool": "jmh",
"benches": [
{
"name": "org.sample.RendezvousBenchmark.channel",
"value": 183.8191404571848,
"unit": "ns/op",
"extra": "iterations: 10\nforks: 3\nthreads: 2"
},
{
"name": "org.sample.RendezvousBenchmark.exchanger",
"value": 97.71603139973247,
"unit": "ns/op",
"extra": "iterations: 10\nforks: 3\nthreads: 2"
},
{
"name": "org.sample.RendezvousBenchmark.synchronous_queue",
"value": 204.30113761142127,
"unit": "ns/op",
"extra": "iterations: 10\nforks: 3\nthreads: 2"
}
]
}
]
}
}

0 comments on commit 75cf920

Please sign in to comment.