-
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 934b312
- Loading branch information
github-action-benchmark
committed
Feb 7, 2024
1 parent
934b312
commit dbdb5a0
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": 1706262039018, | ||
"lastUpdate": 1707323242591, | ||
"repoUrl": "https://github.com/softwaremill/jox", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -4622,6 +4622,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": "934b312eb0cb9c567df6bc5298dfbb1f2b393606", | ||
"message": "Remove the skip-when-done in selects (#41)", | ||
"timestamp": "2024-02-07T17:10:39+01:00", | ||
"tree_id": "91b8d68e5a8b7bcb49b54164e0b272cb227ece74", | ||
"url": "https://github.com/softwaremill/jox/commit/934b312eb0cb9c567df6bc5298dfbb1f2b393606" | ||
}, | ||
"date": 1707323242575, | ||
"tool": "jmh", | ||
"benches": [ | ||
{ | ||
"name": "com.softwaremill.jox.BufferedBenchmark.arrayBlockingQueue ( {\"capacity\":\"1\"} )", | ||
"value": 1045.6840648, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.BufferedBenchmark.arrayBlockingQueue ( {\"capacity\":\"10\"} )", | ||
"value": 183.03371461904763, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.BufferedBenchmark.arrayBlockingQueue ( {\"capacity\":\"100\"} )", | ||
"value": 108.37011247999999, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.BufferedBenchmark.channel ( {\"capacity\":\"1\"} )", | ||
"value": 210.74202729999996, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.BufferedBenchmark.channel ( {\"capacity\":\"10\"} )", | ||
"value": 178.2099539047619, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.BufferedBenchmark.channel ( {\"capacity\":\"100\"} )", | ||
"value": 158.46649283333335, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedBenchmark.channelChain ( {\"capacity\":\"0\",\"chainLength\":\"100\"} )", | ||
"value": 1011.07744402, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedBenchmark.channelChain ( {\"capacity\":\"0\",\"chainLength\":\"1000\"} )", | ||
"value": 1018.0530355200001, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedBenchmark.channelChain ( {\"capacity\":\"0\",\"chainLength\":\"10000\"} )", | ||
"value": 1012.3232074599998, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedBenchmark.channelChain ( {\"capacity\":\"100\",\"chainLength\":\"100\"} )", | ||
"value": 30.241173860000004, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedBenchmark.channelChain ( {\"capacity\":\"100\",\"chainLength\":\"1000\"} )", | ||
"value": 29.25988696, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedBenchmark.channelChain ( {\"capacity\":\"100\",\"chainLength\":\"10000\"} )", | ||
"value": 30.654498354999998, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedBenchmark.queueChain ( {\"capacity\":\"0\",\"chainLength\":\"100\"} )", | ||
"value": 125.91101185999999, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedBenchmark.queueChain ( {\"capacity\":\"0\",\"chainLength\":\"1000\"} )", | ||
"value": 129.80682554, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedBenchmark.queueChain ( {\"capacity\":\"0\",\"chainLength\":\"10000\"} )", | ||
"value": 124.003375, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedBenchmark.queueChain ( {\"capacity\":\"100\",\"chainLength\":\"100\"} )", | ||
"value": 11.845299237777777, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedBenchmark.queueChain ( {\"capacity\":\"100\",\"chainLength\":\"1000\"} )", | ||
"value": 10.980176418000001, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedBenchmark.queueChain ( {\"capacity\":\"100\",\"chainLength\":\"10000\"} )", | ||
"value": 9.493734656363637, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.RendezvousBenchmark.channel", | ||
"value": 187.55959506666667, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.RendezvousBenchmark.exchanger", | ||
"value": 91.78475633181819, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.RendezvousBenchmark.synchronousQueue", | ||
"value": 600.9183256, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.SelectBenchmark.selectWithSingleClause", | ||
"value": 232.30493028, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.SelectBenchmark.selectWithTwoClauses", | ||
"value": 197.69057397333336, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.BufferedKotlinBenchmark.channel_defaultDispatcher ( {\"capacity\":\"1\"} )", | ||
"value": 107.26794656000001, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.BufferedKotlinBenchmark.channel_defaultDispatcher ( {\"capacity\":\"10\"} )", | ||
"value": 53.545331336842104, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.BufferedKotlinBenchmark.channel_defaultDispatcher ( {\"capacity\":\"100\"} )", | ||
"value": 33.557212973333336, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_defaultDispatcher ( {\"capacity\":\"0\",\"chainLength\":\"100\"} )", | ||
"value": 69.20955209, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_defaultDispatcher ( {\"capacity\":\"0\",\"chainLength\":\"1000\"} )", | ||
"value": 56.07503876, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_defaultDispatcher ( {\"capacity\":\"0\",\"chainLength\":\"10000\"} )", | ||
"value": 61.24125351, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_defaultDispatcher ( {\"capacity\":\"100\",\"chainLength\":\"100\"} )", | ||
"value": 13.82809196, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_defaultDispatcher ( {\"capacity\":\"100\",\"chainLength\":\"1000\"} )", | ||
"value": 13.2422397475, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_defaultDispatcher ( {\"capacity\":\"100\",\"chainLength\":\"10000\"} )", | ||
"value": 15.551668457142856, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_eventLoop ( {\"capacity\":\"0\",\"chainLength\":\"100\"} )", | ||
"value": 104.6812573, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_eventLoop ( {\"capacity\":\"0\",\"chainLength\":\"1000\"} )", | ||
"value": 140.45718194, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_eventLoop ( {\"capacity\":\"0\",\"chainLength\":\"10000\"} )", | ||
"value": 103.37073859, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_eventLoop ( {\"capacity\":\"100\",\"chainLength\":\"100\"} )", | ||
"value": 29.302384654999997, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_eventLoop ( {\"capacity\":\"100\",\"chainLength\":\"1000\"} )", | ||
"value": 31.173450215000003, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_eventLoop ( {\"capacity\":\"100\",\"chainLength\":\"10000\"} )", | ||
"value": 30.995449209999997, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.RendezvousKotlinBenchmark.channel_defaultDispatcher", | ||
"value": 140.0468332, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.SelectKotlinBenchmark.selectWithSingleClause_defaultDispatcher", | ||
"value": 258.41517484999997, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.SelectKotlinBenchmark.selectWithTwoClauses_defaultDispatcher", | ||
"value": 337.44749939999997, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|