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 babc9bd
  • Loading branch information
github-action-benchmark committed Dec 1, 2023
1 parent 34a2141 commit 475c66a
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": 1701400577688,
"lastUpdate": 1701400741285,
"repoUrl": "https://github.com/fzyzcjy/flutter_rust_bridge",
"entries": {
"Flutter Rust Bridge Benchmark": [
Expand Down Expand Up @@ -11138,6 +11138,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": "babc9bdd4058bba788e8c5d1e5fefafb66486ae3",
"message": "feat: update-goldens flag and exec",
"timestamp": "2023-12-01T11:11:16+08:00",
"tree_id": "0fc3d1c493ba1f98c2f55da3faaa0e1a6dc8c20b",
"url": "https://github.com/fzyzcjy/flutter_rust_bridge/commit/babc9bdd4058bba788e8c5d1e5fefafb66486ae3"
},
"date": 1701400738374,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "PureDart_ComputePrime_Number90000049_Macos",
"value": 46.099074095138434,
"unit": "Microseconds"
},
{
"name": "PureDart_ComputePrime_Number9000000001_Macos",
"value": 1086.2285,
"unit": "Microseconds"
},
{
"name": "PureDart_ComputePrime_Number900000000013_Macos",
"value": 10718.24607329843,
"unit": "Microseconds"
},
{
"name": "PureDart_VoidAsync_Macos",
"value": 41.59693018032071,
"unit": "Microseconds"
},
{
"name": "PureDart_VoidSync_Macos",
"value": 0.93994125,
"unit": "Microseconds"
},
{
"name": "PureDart_VoidSyncRaw_Macos",
"value": 0.023912459808700322,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesAsync_Len0_Macos",
"value": 40.30849691644161,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSync_Len0_Macos",
"value": 1.1766135,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSyncRaw_Len0_Macos",
"value": 0.07401337407483283,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsync_Len0_Macos",
"value": 40.727696662390294,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesSync_Len0_Macos",
"value": 1.096327,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsyncRaw_Len0_Macos",
"value": 6.453392059112983,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesAsync_Len10000_Macos",
"value": 48.83535185818235,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSync_Len10000_Macos",
"value": 2.99658125,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSyncRaw_Len10000_Macos",
"value": 1.755945622027189,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsync_Len10000_Macos",
"value": 69.53948054657349,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesSync_Len10000_Macos",
"value": 27.511838631613685,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsyncRaw_Len10000_Macos",
"value": 10.297727296131152,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesAsync_Len1000000_Macos",
"value": 299.4008381978746,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSync_Len1000000_Macos",
"value": 219.89416822842023,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSyncRaw_Len1000000_Macos",
"value": 216.0705948643645,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsync_Len1000000_Macos",
"value": 2371.1694312796208,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesSync_Len1000000_Macos",
"value": 2450.319,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsyncRaw_Len1000000_Macos",
"value": 175.84526112185688,
"unit": "Microseconds"
}
]
}
]
}
Expand Down

0 comments on commit 475c66a

Please sign in to comment.