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 f29dd35 commit 5244181
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": 1701397096373,
"lastUpdate": 1701399381803,
"repoUrl": "https://github.com/fzyzcjy/flutter_rust_bridge",
"entries": {
"Flutter Rust Bridge Benchmark": [
Expand Down Expand Up @@ -9986,6 +9986,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": 1701399378926,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "PureDart_ComputePrime_Number90000049_Ubuntu",
"value": 18.59457584474928,
"unit": "Microseconds"
},
{
"name": "PureDart_ComputePrime_Number9000000001_Ubuntu",
"value": 205.65809162652454,
"unit": "Microseconds"
},
{
"name": "PureDart_ComputePrime_Number900000000013_Ubuntu",
"value": 2056.504,
"unit": "Microseconds"
},
{
"name": "PureDart_VoidAsync_Ubuntu",
"value": 25.9851886498285,
"unit": "Microseconds"
},
{
"name": "PureDart_VoidSync_Ubuntu",
"value": 0.3130886303596956,
"unit": "Microseconds"
},
{
"name": "PureDart_VoidSyncRaw_Ubuntu",
"value": 0.014741729444718514,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesAsync_Len0_Ubuntu",
"value": 26.185351994658216,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSync_Len0_Ubuntu",
"value": 0.37148507656892316,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSyncRaw_Len0_Ubuntu",
"value": 0.04721452405570952,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsync_Len0_Ubuntu",
"value": 26.477910902230754,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesSync_Len0_Ubuntu",
"value": 0.41981584412130735,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsyncRaw_Len0_Ubuntu",
"value": 2.040653907138003,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesAsync_Len10000_Ubuntu",
"value": 28.71483539360526,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSync_Len10000_Ubuntu",
"value": 4.747397315753355,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSyncRaw_Len10000_Ubuntu",
"value": 1.1951175,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsync_Len10000_Ubuntu",
"value": 49.80228591349386,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesSync_Len10000_Ubuntu",
"value": 27.98926910194353,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsyncRaw_Len10000_Ubuntu",
"value": 2.9677817612004085,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesAsync_Len1000000_Ubuntu",
"value": 177.40473656200106,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSync_Len1000000_Ubuntu",
"value": 135.87333651811915,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSyncRaw_Len1000000_Ubuntu",
"value": 126.56894243641231,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsync_Len1000000_Ubuntu",
"value": 1861.2911627906976,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesSync_Len1000000_Ubuntu",
"value": 1908.4565217391305,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsyncRaw_Len1000000_Ubuntu",
"value": 82.30931314045846,
"unit": "Microseconds"
}
]
}
]
}
Expand Down

0 comments on commit 5244181

Please sign in to comment.