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 3158816
  • Loading branch information
github-action-benchmark committed Dec 1, 2023
1 parent 9a0dfd4 commit ed8caea
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": 1701404588735,
"lastUpdate": 1701404694981,
"repoUrl": "https://github.com/fzyzcjy/flutter_rust_bridge",
"entries": {
"Flutter Rust Bridge Benchmark": [
Expand Down Expand Up @@ -11858,6 +11858,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": "3158816b4a4ec331bab8a310db38cdd635185440",
"message": "chore: empty package deliberate_bad",
"timestamp": "2023-12-01T12:19:37+08:00",
"tree_id": "006bd53f9b0e4216c1daa5f623a570823c37efae",
"url": "https://github.com/fzyzcjy/flutter_rust_bridge/commit/3158816b4a4ec331bab8a310db38cdd635185440"
},
"date": 1701404691894,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "PureDart_ComputePrime_Number90000049_Macos",
"value": 47.11112430532466,
"unit": "Microseconds"
},
{
"name": "PureDart_ComputePrime_Number9000000001_Macos",
"value": 1064.0265,
"unit": "Microseconds"
},
{
"name": "PureDart_ComputePrime_Number900000000013_Macos",
"value": 10559.59,
"unit": "Microseconds"
},
{
"name": "PureDart_VoidAsync_Macos",
"value": 40.14901134196527,
"unit": "Microseconds"
},
{
"name": "PureDart_VoidSync_Macos",
"value": 0.94244075,
"unit": "Microseconds"
},
{
"name": "PureDart_VoidSyncRaw_Macos",
"value": 0.024289247805686018,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesAsync_Len0_Macos",
"value": 42.009746261132584,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSync_Len0_Macos",
"value": 1.1489715,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSyncRaw_Len0_Macos",
"value": 0.07316991817683008,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsync_Len0_Macos",
"value": 42.90430324352154,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesSync_Len0_Macos",
"value": 1.1107405,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsyncRaw_Len0_Macos",
"value": 6.357271591635119,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesAsync_Len10000_Macos",
"value": 47.9853886756238,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSync_Len10000_Macos",
"value": 2.76517625,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSyncRaw_Len10000_Macos",
"value": 1.453133,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsync_Len10000_Macos",
"value": 69.60250565512442,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesSync_Len10000_Macos",
"value": 27.749051259487405,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsyncRaw_Len10000_Macos",
"value": 10.818949670130609,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesAsync_Len1000000_Macos",
"value": 261.5531581012162,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSync_Len1000000_Macos",
"value": 187.21454477820143,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSyncRaw_Len1000000_Macos",
"value": 182.4897737556561,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsync_Len1000000_Macos",
"value": 2340.734502923977,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesSync_Len1000000_Macos",
"value": 2473.18875,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsyncRaw_Len1000000_Macos",
"value": 163.40539215686275,
"unit": "Microseconds"
}
]
}
]
}
Expand Down

0 comments on commit ed8caea

Please sign in to comment.