Skip to content

Commit

Permalink
add Flutter Rust Bridge Benchmark (customSmallerIsBetter) benchmark r…
Browse files Browse the repository at this point in the history
…esult for 6674740
  • Loading branch information
github-action-benchmark committed Dec 1, 2023
1 parent 5244181 commit b61b318
Showing 1 changed file with 145 additions and 1 deletion.
146 changes: 145 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1701399381803,
"lastUpdate": 1701399459492,
"repoUrl": "https://github.com/fzyzcjy/flutter_rust_bridge",
"entries": {
"Flutter Rust Bridge Benchmark": [
Expand Down Expand Up @@ -10130,6 +10130,150 @@ window.BENCHMARK_DATA = {
"unit": "Microseconds"
}
]
},
{
"commit": {
"author": {
"email": "ch271828n@outlook.com",
"name": "fzyzcjy",
"username": "fzyzcjy"
},
"committer": {
"email": "ch271828n@outlook.com",
"name": "fzyzcjy",
"username": "fzyzcjy"
},
"distinct": true,
"id": "6674740a74735b2e6cac520bf89fee841956b8cd",
"message": "chore: skip until #11281",
"timestamp": "2023-12-01T10:52:52+08:00",
"tree_id": "77e667fc03b1e00b3124576f0029a93cbcfe09df",
"url": "https://github.com/fzyzcjy/flutter_rust_bridge/commit/6674740a74735b2e6cac520bf89fee841956b8cd"
},
"date": 1701399456468,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "PureDart_ComputePrime_Number90000049_Windows",
"value": 21.316005471956224,
"unit": "Microseconds"
},
{
"name": "PureDart_ComputePrime_Number9000000001_Windows",
"value": 205.54084247207135,
"unit": "Microseconds"
},
{
"name": "PureDart_ComputePrime_Number900000000013_Windows",
"value": 2213.249,
"unit": "Microseconds"
},
{
"name": "PureDart_VoidAsync_Windows",
"value": 8.242884344321077,
"unit": "Microseconds"
},
{
"name": "PureDart_VoidSync_Windows",
"value": 0.510972887316571,
"unit": "Microseconds"
},
{
"name": "PureDart_VoidSyncRaw_Windows",
"value": 0.015118372424408139,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesAsync_Len0_Windows",
"value": 10.365006892691675,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSync_Len0_Windows",
"value": 0.57907175,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSyncRaw_Len0_Windows",
"value": 0.056108793672395296,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsync_Len0_Windows",
"value": 10.263904997485348,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesSync_Len0_Windows",
"value": 0.5725095,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsyncRaw_Len0_Windows",
"value": 2.407574466241008,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesAsync_Len10000_Windows",
"value": 26.262931204286108,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSync_Len10000_Windows",
"value": 1.9585595207202395,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSyncRaw_Len10000_Windows",
"value": 1.254223,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsync_Len10000_Windows",
"value": 80.43077170547312,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesSync_Len10000_Windows",
"value": 22.9910337612078,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsyncRaw_Len10000_Windows",
"value": 7.150982186912279,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesAsync_Len1000000_Windows",
"value": 223.3419318816304,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSync_Len1000000_Windows",
"value": 158.5894078277317,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSyncRaw_Len1000000_Windows",
"value": 139.17950925527336,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsync_Len1000000_Windows",
"value": 2387.3508353221955,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesSync_Len1000000_Windows",
"value": 2173.509,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsyncRaw_Len1000000_Windows",
"value": 127.36455083720634,
"unit": "Microseconds"
}
]
}
]
}
Expand Down

0 comments on commit b61b318

Please sign in to comment.