Skip to content

Commit

Permalink
add Benchmark (jmh) benchmark result for 10f28ea
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Feb 19, 2024
1 parent 10f28ea commit fefe49a
Showing 1 changed file with 235 additions and 1 deletion.
236 changes: 235 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": 1708360595616,
"lastUpdate": 1708362979535,
"repoUrl": "https://github.com/softwaremill/jox",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -6446,6 +6446,240 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 5\nforks: 1\nthreads: 1"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "adamw",
"username": "adamw"
},
"committer": {
"email": "[email protected]",
"name": "adamw",
"username": "adamw"
},
"distinct": true,
"id": "10f28eaebeddcc7c31e20b45925aa0053e5909a7",
"message": "Release 0.1.0",
"timestamp": "2024-02-19T18:01:50+01:00",
"tree_id": "a8bf8adf9fd506b68fb9c8bf00bc3deda761dc58",
"url": "https://github.com/softwaremill/jox/commit/10f28eaebeddcc7c31e20b45925aa0053e5909a7"
},
"date": 1708362979518,
"tool": "jmh",
"benches": [
{
"name": "com.softwaremill.jox.BufferedBenchmark.arrayBlockingQueue ( {\"capacity\":\"16\"} )",
"value": 154.48793937142858,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.BufferedBenchmark.arrayBlockingQueue ( {\"capacity\":\"100\"} )",
"value": 116.91471084444444,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.BufferedBenchmark.channel ( {\"capacity\":\"16\"} )",
"value": 185.03666503333335,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.BufferedBenchmark.channel ( {\"capacity\":\"100\"} )",
"value": 171.63259432380954,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ChainedBenchmark.channelChain ( {\"capacity\":\"0\",\"chainLength\":\"10000\"} )",
"value": 1021.9754861600001,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ChainedBenchmark.channelChain ( {\"capacity\":\"16\",\"chainLength\":\"10000\"} )",
"value": 87.12307533,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ChainedBenchmark.channelChain ( {\"capacity\":\"100\",\"chainLength\":\"10000\"} )",
"value": 29.909142535,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ChainedBenchmark.queueChain ( {\"capacity\":\"0\",\"chainLength\":\"10000\"} )",
"value": 102.81861185,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ChainedBenchmark.queueChain ( {\"capacity\":\"16\",\"chainLength\":\"10000\"} )",
"value": 16.548553536666667,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ChainedBenchmark.queueChain ( {\"capacity\":\"100\",\"chainLength\":\"10000\"} )",
"value": 9.8224278,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ParallelBenchmark.parallelChannels ( {\"capacity\":\"0\",\"parallelism\":\"10000\"} )",
"value": 996.9115715800001,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ParallelBenchmark.parallelChannels ( {\"capacity\":\"16\",\"parallelism\":\"10000\"} )",
"value": 130.05770113999998,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ParallelBenchmark.parallelChannels ( {\"capacity\":\"100\",\"parallelism\":\"10000\"} )",
"value": 37.06309500666667,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ParallelBenchmark.parallelQueues ( {\"capacity\":\"0\",\"parallelism\":\"10000\"} )",
"value": 123.9848295,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ParallelBenchmark.parallelQueues ( {\"capacity\":\"16\",\"parallelism\":\"10000\"} )",
"value": 29.940909600000005,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ParallelBenchmark.parallelQueues ( {\"capacity\":\"100\",\"parallelism\":\"10000\"} )",
"value": 13.928968790000003,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.RendezvousBenchmark.channel",
"value": 203.18772221333333,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.RendezvousBenchmark.exchanger",
"value": 88.98643052948718,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.RendezvousBenchmark.synchronousQueue",
"value": 586.3032403,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.SelectBenchmark.selectWithSingleClause",
"value": 234.43087864999998,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.SelectBenchmark.selectWithTwoClauses",
"value": 211.83353459999998,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.BufferedKotlinBenchmark.channel_defaultDispatcher ( {\"capacity\":\"16\"} )",
"value": 44.509070139130436,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.BufferedKotlinBenchmark.channel_defaultDispatcher ( {\"capacity\":\"100\"} )",
"value": 32.29355743931451,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_defaultDispatcher ( {\"capacity\":\"0\",\"chainLength\":\"10000\"} )",
"value": 59.93804322,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_defaultDispatcher ( {\"capacity\":\"16\",\"chainLength\":\"10000\"} )",
"value": 17.67318241666667,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_defaultDispatcher ( {\"capacity\":\"100\",\"chainLength\":\"10000\"} )",
"value": 15.202271374285715,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_eventLoop ( {\"capacity\":\"0\",\"chainLength\":\"10000\"} )",
"value": 94.64025821,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_eventLoop ( {\"capacity\":\"16\",\"chainLength\":\"10000\"} )",
"value": 34.87199235333333,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_eventLoop ( {\"capacity\":\"100\",\"chainLength\":\"10000\"} )",
"value": 31.72878549,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ParallelKotlinBenchmark.parallelChannels_defaultDispatcher ( {\"capacity\":\"0\",\"parallelism\":\"10000\"} )",
"value": 86.49827994,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ParallelKotlinBenchmark.parallelChannels_defaultDispatcher ( {\"capacity\":\"16\",\"parallelism\":\"10000\"} )",
"value": 23.070312332,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.ParallelKotlinBenchmark.parallelChannels_defaultDispatcher ( {\"capacity\":\"100\",\"parallelism\":\"10000\"} )",
"value": 15.675537782857143,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.RendezvousKotlinBenchmark.channel_defaultDispatcher",
"value": 145.70165805714285,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.SelectKotlinBenchmark.selectWithSingleClause_defaultDispatcher",
"value": 240.47977855999997,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
},
{
"name": "com.softwaremill.jox.SelectKotlinBenchmark.selectWithTwoClauses_defaultDispatcher",
"value": 358.1369067333334,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 1\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit fefe49a

Please sign in to comment.