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 b61b318 commit 8a902d4
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": 1701399459492,
"lastUpdate": 1701399492173,
"repoUrl": "https://github.com/fzyzcjy/flutter_rust_bridge",
"entries": {
"Flutter Rust Bridge Benchmark": [
Expand Down Expand Up @@ -10274,6 +10274,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": 1701399489468,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "PureDart_ComputePrime_Number90000049_Macos",
"value": 46.673037130036505,
"unit": "Microseconds"
},
{
"name": "PureDart_ComputePrime_Number9000000001_Macos",
"value": 1072.2315,
"unit": "Microseconds"
},
{
"name": "PureDart_ComputePrime_Number900000000013_Macos",
"value": 10692.727748691099,
"unit": "Microseconds"
},
{
"name": "PureDart_VoidAsync_Macos",
"value": 40.253049148653545,
"unit": "Microseconds"
},
{
"name": "PureDart_VoidSync_Macos",
"value": 0.922413,
"unit": "Microseconds"
},
{
"name": "PureDart_VoidSyncRaw_Macos",
"value": 0.02427284380581725,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesAsync_Len0_Macos",
"value": 40.787254002243294,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSync_Len0_Macos",
"value": 1.1820265,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSyncRaw_Len0_Macos",
"value": 0.07497318558791562,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsync_Len0_Macos",
"value": 40.83212200400147,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesSync_Len0_Macos",
"value": 1.0679845,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsyncRaw_Len0_Macos",
"value": 6.527580590940394,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesAsync_Len10000_Macos",
"value": 48.319409547738694,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSync_Len10000_Macos",
"value": 3.088846455576772,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSyncRaw_Len10000_Macos",
"value": 1.8465433267283367,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsync_Len10000_Macos",
"value": 67.05746471317933,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesSync_Len10000_Macos",
"value": 25.2252875,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsyncRaw_Len10000_Macos",
"value": 11.01470458650923,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesAsync_Len1000000_Macos",
"value": 297.4303345724907,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSync_Len1000000_Macos",
"value": 221.8530454042082,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSyncRaw_Len1000000_Macos",
"value": 217.23782141694696,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsync_Len1000000_Macos",
"value": 2024.0980788675429,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesSync_Len1000000_Macos",
"value": 2200.047,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsyncRaw_Len1000000_Macos",
"value": 156.90045497332915,
"unit": "Microseconds"
}
]
}
]
}
Expand Down

0 comments on commit 8a902d4

Please sign in to comment.