-
Notifications
You must be signed in to change notification settings - Fork 10
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 53a3496
- Loading branch information
github-action-benchmark
committed
Feb 19, 2024
1 parent
53a3496
commit 5558e80
Showing
1 changed file
with
235 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": 1708374886458, | ||
"lastUpdate": 1708379655429, | ||
"repoUrl": "https://github.com/softwaremill/jox", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -6914,6 +6914,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": "53a3496870cb7d0442186f1dc2f26079271fd8cd", | ||
"message": "Test results", | ||
"timestamp": "2024-02-19T22:40:36+01:00", | ||
"tree_id": "80f65bc8a5b863d242bc18a1953a1d987aff0f40", | ||
"url": "https://github.com/softwaremill/jox/commit/53a3496870cb7d0442186f1dc2f26079271fd8cd" | ||
}, | ||
"date": 1708379655413, | ||
"tool": "jmh", | ||
"benches": [ | ||
{ | ||
"name": "com.softwaremill.jox.BufferedBenchmark.arrayBlockingQueue ( {\"capacity\":\"16\"} )", | ||
"value": 175.57647236666668, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.BufferedBenchmark.arrayBlockingQueue ( {\"capacity\":\"100\"} )", | ||
"value": 114.08266937777778, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.BufferedBenchmark.channel ( {\"capacity\":\"16\"} )", | ||
"value": 194.82128806666665, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.BufferedBenchmark.channel ( {\"capacity\":\"100\"} )", | ||
"value": 167.3214300142857, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedBenchmark.channelChain ( {\"capacity\":\"0\",\"chainLength\":\"10000\"} )", | ||
"value": 1018.1718929800002, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedBenchmark.channelChain ( {\"capacity\":\"16\",\"chainLength\":\"10000\"} )", | ||
"value": 87.51177995, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedBenchmark.channelChain ( {\"capacity\":\"100\",\"chainLength\":\"10000\"} )", | ||
"value": 29.473761895000003, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedBenchmark.queueChain ( {\"capacity\":\"0\",\"chainLength\":\"10000\"} )", | ||
"value": 111.2481972, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedBenchmark.queueChain ( {\"capacity\":\"16\",\"chainLength\":\"10000\"} )", | ||
"value": 16.877228788095238, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedBenchmark.queueChain ( {\"capacity\":\"100\",\"chainLength\":\"10000\"} )", | ||
"value": 10.595596429999999, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ParallelBenchmark.parallelChannels ( {\"capacity\":\"0\",\"parallelism\":\"10000\"} )", | ||
"value": 1009.9417156400001, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ParallelBenchmark.parallelChannels ( {\"capacity\":\"16\",\"parallelism\":\"10000\"} )", | ||
"value": 130.25444653999998, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ParallelBenchmark.parallelChannels ( {\"capacity\":\"100\",\"parallelism\":\"10000\"} )", | ||
"value": 35.952803159999995, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ParallelBenchmark.parallelQueues ( {\"capacity\":\"0\",\"parallelism\":\"10000\"} )", | ||
"value": 129.21773862, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ParallelBenchmark.parallelQueues ( {\"capacity\":\"16\",\"parallelism\":\"10000\"} )", | ||
"value": 24.885032380000006, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ParallelBenchmark.parallelQueues ( {\"capacity\":\"100\",\"parallelism\":\"10000\"} )", | ||
"value": 13.0288758125, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.RendezvousBenchmark.channel", | ||
"value": 203.24313538, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.RendezvousBenchmark.exchanger", | ||
"value": 89.2276640348485, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.RendezvousBenchmark.synchronousQueue", | ||
"value": 619.7641471, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.SelectBenchmark.selectWithSingleClause", | ||
"value": 239.74106048000004, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.SelectBenchmark.selectWithTwoClauses", | ||
"value": 207.06047352000002, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.BufferedKotlinBenchmark.channel_defaultDispatcher ( {\"capacity\":\"16\"} )", | ||
"value": 44.829504121739134, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.BufferedKotlinBenchmark.channel_defaultDispatcher ( {\"capacity\":\"100\"} )", | ||
"value": 32.11244649092742, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_defaultDispatcher ( {\"capacity\":\"0\",\"chainLength\":\"10000\"} )", | ||
"value": 59.598370550000006, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_defaultDispatcher ( {\"capacity\":\"16\",\"chainLength\":\"10000\"} )", | ||
"value": 19.02057679, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_defaultDispatcher ( {\"capacity\":\"100\",\"chainLength\":\"10000\"} )", | ||
"value": 16.872373563809525, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_eventLoop ( {\"capacity\":\"0\",\"chainLength\":\"10000\"} )", | ||
"value": 104.45992038, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_eventLoop ( {\"capacity\":\"16\",\"chainLength\":\"10000\"} )", | ||
"value": 34.28213044, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ChainedKotlinBenchmark.channelChain_eventLoop ( {\"capacity\":\"100\",\"chainLength\":\"10000\"} )", | ||
"value": 31.354375620000003, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ParallelKotlinBenchmark.parallelChannels_defaultDispatcher ( {\"capacity\":\"0\",\"parallelism\":\"10000\"} )", | ||
"value": 82.70022282, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ParallelKotlinBenchmark.parallelChannels_defaultDispatcher ( {\"capacity\":\"16\",\"parallelism\":\"10000\"} )", | ||
"value": 25.054834629, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.ParallelKotlinBenchmark.parallelChannels_defaultDispatcher ( {\"capacity\":\"100\",\"parallelism\":\"10000\"} )", | ||
"value": 16.681358554285715, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.RendezvousKotlinBenchmark.channel_defaultDispatcher", | ||
"value": 151.8648988, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.SelectKotlinBenchmark.selectWithSingleClause_defaultDispatcher", | ||
"value": 271.10619955000004, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "com.softwaremill.jox.SelectKotlinBenchmark.selectWithTwoClauses_defaultDispatcher", | ||
"value": 318.7844731, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 1\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|