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 493d3a6 commit 34a2141
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": 1701400481762,
"lastUpdate": 1701400577688,
"repoUrl": "https://github.com/fzyzcjy/flutter_rust_bridge",
"entries": {
"Flutter Rust Bridge Benchmark": [
Expand Down Expand Up @@ -10994,6 +10994,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": 1701400573161,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "PureDart_ComputePrime_Number90000049_Windows",
"value": 21.450410396716826,
"unit": "Microseconds"
},
{
"name": "PureDart_ComputePrime_Number9000000001_Windows",
"value": 208.15671797004993,
"unit": "Microseconds"
},
{
"name": "PureDart_ComputePrime_Number900000000013_Windows",
"value": 2252.874,
"unit": "Microseconds"
},
{
"name": "PureDart_VoidAsync_Windows",
"value": 9.898040690682517,
"unit": "Microseconds"
},
{
"name": "PureDart_VoidSync_Windows",
"value": 0.5244001441484869,
"unit": "Microseconds"
},
{
"name": "PureDart_VoidSyncRaw_Windows",
"value": 0.014755439194667102,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesAsync_Len0_Windows",
"value": 14.603478489441864,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSync_Len0_Windows",
"value": 0.58735275,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSyncRaw_Len0_Windows",
"value": 0.05830212792141063,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsync_Len0_Windows",
"value": 11.11169447361257,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesSync_Len0_Windows",
"value": 0.62080375,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsyncRaw_Len0_Windows",
"value": 2.3506691176297747,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesAsync_Len10000_Windows",
"value": 30.05305864851463,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSync_Len10000_Windows",
"value": 2.034408865886915,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSyncRaw_Len10000_Windows",
"value": 1.285642,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsync_Len10000_Windows",
"value": 82.46841497608445,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesSync_Len10000_Windows",
"value": 20.898156025460995,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsyncRaw_Len10000_Windows",
"value": 6.935840311211047,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesAsync_Len1000000_Windows",
"value": 262.4231172920493,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSync_Len1000000_Windows",
"value": 150.63649274928989,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSyncRaw_Len1000000_Windows",
"value": 154.25341565197508,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsync_Len1000000_Windows",
"value": 2274.284090909091,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesSync_Len1000000_Windows",
"value": 1939.461,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsyncRaw_Len1000000_Windows",
"value": 146.01138852387209,
"unit": "Microseconds"
}
]
}
]
}
Expand Down

0 comments on commit 34a2141

Please sign in to comment.