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 7468186
  • Loading branch information
github-action-benchmark committed Dec 1, 2023
1 parent 40d83e5 commit 53c6b71
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": 1701403606809,
"lastUpdate": 1701403754208,
"repoUrl": "https://github.com/fzyzcjy/flutter_rust_bridge",
"entries": {
"Flutter Rust Bridge Benchmark": [
Expand Down Expand Up @@ -11570,6 +11570,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": "74681865a7ebb72406f29074c71475d0d3cebf6a",
"message": "chore: bump rust",
"timestamp": "2023-12-01T12:02:28+08:00",
"tree_id": "53ed7b6c73f75e2d93b3ec7b416f04ae04c25f7b",
"url": "https://github.com/fzyzcjy/flutter_rust_bridge/commit/74681865a7ebb72406f29074c71475d0d3cebf6a"
},
"date": 1701403751012,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "PureDart_ComputePrime_Number90000049_Macos",
"value": 47.28111413359373,
"unit": "Microseconds"
},
{
"name": "PureDart_ComputePrime_Number9000000001_Macos",
"value": 1073.3905,
"unit": "Microseconds"
},
{
"name": "PureDart_ComputePrime_Number900000000013_Macos",
"value": 10960.605,
"unit": "Microseconds"
},
{
"name": "PureDart_VoidAsync_Macos",
"value": 50.4727199313582,
"unit": "Microseconds"
},
{
"name": "PureDart_VoidSync_Macos",
"value": 1.0334705,
"unit": "Microseconds"
},
{
"name": "PureDart_VoidSyncRaw_Macos",
"value": 0.024744987465432643,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesAsync_Len0_Macos",
"value": 54.11209112307567,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSync_Len0_Macos",
"value": 1.2559845,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSyncRaw_Len0_Macos",
"value": 0.07808403882873942,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsync_Len0_Macos",
"value": 50.005050505050505,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesSync_Len0_Macos",
"value": 1.1844265,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsyncRaw_Len0_Macos",
"value": 6.848012025091078,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesAsync_Len10000_Macos",
"value": 57.12510353888778,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSync_Len10000_Macos",
"value": 2.9145360427319784,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSyncRaw_Len10000_Macos",
"value": 1.5143947428026285,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsync_Len10000_Macos",
"value": 82.57503819000041,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesSync_Len10000_Macos",
"value": 28.643368103055174,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsyncRaw_Len10000_Macos",
"value": 11.365276779702256,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesAsync_Len1000000_Macos",
"value": 294.6605774896877,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSync_Len1000000_Macos",
"value": 192.9907153008053,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSyncRaw_Len1000000_Macos",
"value": 192.75267020271744,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsync_Len1000000_Macos",
"value": 2420.5078597339784,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesSync_Len1000000_Macos",
"value": 2527.13875,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsyncRaw_Len1000000_Macos",
"value": 168.20048776385502,
"unit": "Microseconds"
}
]
}
]
}
Expand Down

0 comments on commit 53c6b71

Please sign in to comment.