Skip to content

Commit

Permalink
add Benchmark (jmh) benchmark result for 87effb2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Feb 19, 2024
1 parent 87effb2 commit 811e952
Showing 1 changed file with 211 additions and 1 deletion.
212 changes: 211 additions & 1 deletion docs/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1707814500126,
"lastUpdate": 1708359258639,
"repoUrl": "https://github.com/softwaremill/jox",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -6002,6 +6002,216 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 5\nforks: 1\nthreads: 1"
}
]
},
{
"commit": {
"author": {
"email": "adam@warski.org",
"name": "Adam Warski",
"username": "adamw"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "87effb2ce8fc9bf97d570c251bad4b8612750f6a",
"message": "Immediately remove interrupted-sends-only segments, count interrupted receives differently (#49)",
"timestamp": "2024-02-19T17:01:26+01:00",
"tree_id": "2d30bed85f2222aacf37bec7b9134665bc81d602",
"url": "https://github.com/softwaremill/jox/commit/87effb2ce8fc9bf97d570c251bad4b8612750f6a"
},
"date": 1708359258621,
"tool": "jmh",
"benches": [
{
"name": "com.softwaremill.jox.BufferedBenchmark.arrayBlockingQueue ( {\"capacity\":\"1\"} )",
"value": 1282.5989526,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.BufferedBenchmark.arrayBlockingQueue ( {\"capacity\":\"10\"} )",
"value": 209.69202848,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.BufferedBenchmark.arrayBlockingQueue ( {\"capacity\":\"100\"} )",
"value": 112.75441142222223,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.BufferedBenchmark.channel ( {\"capacity\":\"1\"} )",
"value": 217.96622784000002,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.BufferedBenchmark.channel ( {\"capacity\":\"10\"} )",
"value": 199.41546134,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.BufferedBenchmark.channel ( {\"capacity\":\"100\"} )",
"value": 164.3527725952381,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ChainedBenchmark.channelChain ( {\"capacity\":\"0\",\"chainLength\":\"10000\"} )",
"value": 1024.7337495000002,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ChainedBenchmark.channelChain ( {\"capacity\":\"100\",\"chainLength\":\"10000\"} )",
"value": 28.571032655,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ChainedBenchmark.queueChain ( {\"capacity\":\"0\",\"chainLength\":\"10000\"} )",
"value": 116.49459706,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ChainedBenchmark.queueChain ( {\"capacity\":\"100\",\"chainLength\":\"10000\"} )",
"value": 9.849924354545454,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ParallelBenchmark.parallelChannels ( {\"capacity\":\"0\",\"parallelism\":\"10000\"} )",
"value": 1011.61565154,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ParallelBenchmark.parallelChannels ( {\"capacity\":\"100\",\"parallelism\":\"10000\"} )",
"value": 37.0223378,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ParallelBenchmark.parallelQueues ( {\"capacity\":\"0\",\"parallelism\":\"10000\"} )",
"value": 129.63415694,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ParallelBenchmark.parallelQueues ( {\"capacity\":\"100\",\"parallelism\":\"10000\"} )",
"value": 12.96088934,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.RendezvousBenchmark.channel",
"value": 200.11760694,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.RendezvousBenchmark.exchanger",
"value": 89.9281761439394,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.RendezvousBenchmark.synchronousQueue",
"value": 628.7684548999999,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.SelectBenchmark.selectWithSingleClause",
"value": 227.4574126,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.SelectBenchmark.selectWithTwoClauses",
"value": 211.83465224000003,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.BufferedKotlinBenchmark.channel_defaultDispatcher ( {\"capacity\":\"1\"} )",
"value": 109.84683082000001,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.BufferedKotlinBenchmark.channel_defaultDispatcher ( {\"capacity\":\"10\"} )",
"value": 52.58991948421052,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.BufferedKotlinBenchmark.channel_defaultDispatcher ( {\"capacity\":\"100\"} )",
"value": 32.15272890504033,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_defaultDispatcher ( {\"capacity\":\"0\",\"chainLength\":\"10000\"} )",
"value": 59.51198259,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_defaultDispatcher ( {\"capacity\":\"100\",\"chainLength\":\"10000\"} )",
"value": 15.11060466857143,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_eventLoop ( {\"capacity\":\"0\",\"chainLength\":\"10000\"} )",
"value": 98.99588634,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_eventLoop ( {\"capacity\":\"100\",\"chainLength\":\"10000\"} )",
"value": 31.125364315000002,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ParallelKotlinBenchmark.parallelChannels_defaultDispatcher ( {\"capacity\":\"0\",\"parallelism\":\"10000\"} )",
"value": 69.71728954,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ParallelKotlinBenchmark.parallelChannels_defaultDispatcher ( {\"capacity\":\"100\",\"parallelism\":\"10000\"} )",
"value": 14.980435891428574,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.RendezvousKotlinBenchmark.channel_defaultDispatcher",
"value": 136.99846989999998,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.SelectKotlinBenchmark.selectWithSingleClause_defaultDispatcher",
"value": 257.7944378,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.SelectKotlinBenchmark.selectWithTwoClauses_defaultDispatcher",
"value": 364.0193604666666,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit 811e952

Please sign in to comment.