-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (jmh) benchmark result for 3320290
- Loading branch information
github-action-benchmark
committed
Jan 23, 2024
1 parent
3320290
commit 2184b4f
Showing
1 changed file
with
271 additions
and
1 deletion.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1706021742872, | ||
"lastUpdate": 1706041507723, | ||
"repoUrl": "https://github.com/softwaremill/jox", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -3002,6 +3002,276 @@ window.BENCHMARK_DATA = { | |
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Adam Warski", | ||
"username": "adamw" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "3320290970758954e350ba192b26335f6083c332", | ||
"message": "Select restarts when a channel for a receive clause is done (#35)", | ||
"timestamp": "2024-01-23T21:08:39+01:00", | ||
"tree_id": "0bac6539df0ff0a0332297bc761b668297125655", | ||
"url": "https://github.com/softwaremill/jox/commit/3320290970758954e350ba192b26335f6083c332" | ||
}, | ||
"date": 1706041507707, | ||
"tool": "jmh", | ||
"benches": [ | ||
{ | ||
"name": "com.softwaremill.jox.BufferedBenchmark.arrayBlockingQueue ( {\"capacity\":\"1\"} )", | ||
"value": 1085.3035984, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.BufferedBenchmark.arrayBlockingQueue ( {\"capacity\":\"10\"} )", | ||
"value": 178.20043863333333, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.BufferedBenchmark.arrayBlockingQueue ( {\"capacity\":\"100\"} )", | ||
"value": 112.92232558888891, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.BufferedBenchmark.channel ( {\"capacity\":\"1\"} )", | ||
"value": 214.63889996666666, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.BufferedBenchmark.channel ( {\"capacity\":\"10\"} )", | ||
"value": 194.10417558666668, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.BufferedBenchmark.channel ( {\"capacity\":\"100\"} )", | ||
"value": 156.6062238857143, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedBenchmark.channelChain ( {\"capacity\":\"0\",\"chainLength\":\"100\"} )", | ||
"value": 1014.45646792, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedBenchmark.channelChain ( {\"capacity\":\"0\",\"chainLength\":\"1000\"} )", | ||
"value": 1023.3060593399999, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedBenchmark.channelChain ( {\"capacity\":\"0\",\"chainLength\":\"10000\"} )", | ||
"value": 1018.3631601000001, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedBenchmark.channelChain ( {\"capacity\":\"100\",\"chainLength\":\"100\"} )", | ||
"value": 30.00073742, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedBenchmark.channelChain ( {\"capacity\":\"100\",\"chainLength\":\"1000\"} )", | ||
"value": 30.298817790000005, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedBenchmark.channelChain ( {\"capacity\":\"100\",\"chainLength\":\"10000\"} )", | ||
"value": 31.597165705000002, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedBenchmark.queueChain ( {\"capacity\":\"0\",\"chainLength\":\"100\"} )", | ||
"value": 114.02008575999999, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedBenchmark.queueChain ( {\"capacity\":\"0\",\"chainLength\":\"1000\"} )", | ||
"value": 110.97761326, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedBenchmark.queueChain ( {\"capacity\":\"0\",\"chainLength\":\"10000\"} )", | ||
"value": 105.54966854, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedBenchmark.queueChain ( {\"capacity\":\"100\",\"chainLength\":\"100\"} )", | ||
"value": 10.926895146000001, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedBenchmark.queueChain ( {\"capacity\":\"100\",\"chainLength\":\"1000\"} )", | ||
"value": 10.834913543999999, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedBenchmark.queueChain ( {\"capacity\":\"100\",\"chainLength\":\"10000\"} )", | ||
"value": 10.42156327, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.RendezvousBenchmark.channel", | ||
"value": 181.66239073333332, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.RendezvousBenchmark.exchanger", | ||
"value": 90.04621727121211, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.RendezvousBenchmark.synchronousQueue", | ||
"value": 672.8664853, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.SelectBenchmark.selectWithSingleClause", | ||
"value": 215.77937568, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.SelectBenchmark.selectWithTwoClauses", | ||
"value": 209.34626687999997, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.BufferedKotlinBenchmark.channel_defaultDispatcher ( {\"capacity\":\"1\"} )", | ||
"value": 117.17709937777776, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.BufferedKotlinBenchmark.channel_defaultDispatcher ( {\"capacity\":\"10\"} )", | ||
"value": 49.49620468571429, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.BufferedKotlinBenchmark.channel_defaultDispatcher ( {\"capacity\":\"100\"} )", | ||
"value": 32.271916467137096, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_defaultDispatcher ( {\"capacity\":\"0\",\"chainLength\":\"100\"} )", | ||
"value": 72.3801587, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_defaultDispatcher ( {\"capacity\":\"0\",\"chainLength\":\"1000\"} )", | ||
"value": 55.966225480000006, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_defaultDispatcher ( {\"capacity\":\"0\",\"chainLength\":\"10000\"} )", | ||
"value": 57.75486188, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_defaultDispatcher ( {\"capacity\":\"100\",\"chainLength\":\"100\"} )", | ||
"value": 14.030179588571428, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_defaultDispatcher ( {\"capacity\":\"100\",\"chainLength\":\"1000\"} )", | ||
"value": 15.320260142857142, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_defaultDispatcher ( {\"capacity\":\"100\",\"chainLength\":\"10000\"} )", | ||
"value": 14.611942977142855, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_eventLoop ( {\"capacity\":\"0\",\"chainLength\":\"100\"} )", | ||
"value": 102.58496772000001, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_eventLoop ( {\"capacity\":\"0\",\"chainLength\":\"1000\"} )", | ||
"value": 140.63232934, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_eventLoop ( {\"capacity\":\"0\",\"chainLength\":\"10000\"} )", | ||
"value": 96.04094731, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_eventLoop ( {\"capacity\":\"100\",\"chainLength\":\"100\"} )", | ||
"value": 29.858635470000003, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_eventLoop ( {\"capacity\":\"100\",\"chainLength\":\"1000\"} )", | ||
"value": 31.534867560000002, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_eventLoop ( {\"capacity\":\"100\",\"chainLength\":\"10000\"} )", | ||
"value": 30.528919455, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.RendezvousKotlinBenchmark.channel_defaultDispatcher", | ||
"value": 141.4256175, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.SelectKotlinBenchmark.selectWithSingleClause_defaultDispatcher", | ||
"value": 262.0169015, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.SelectKotlinBenchmark.selectWithTwoClauses_defaultDispatcher", | ||
"value": 341.755355, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|