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 53c6b71 commit 9a0dfd4
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": 1701403754208,
"lastUpdate": 1701404588735,
"repoUrl": "https://github.com/fzyzcjy/flutter_rust_bridge",
"entries": {
"Flutter Rust Bridge Benchmark": [
Expand Down Expand Up @@ -11714,6 +11714,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": 1701404586514,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "PureDart_ComputePrime_Number90000049_Ubuntu",
"value": 18.556715907093768,
"unit": "Microseconds"
},
{
"name": "PureDart_ComputePrime_Number9000000001_Ubuntu",
"value": 205.95490417136415,
"unit": "Microseconds"
},
{
"name": "PureDart_ComputePrime_Number900000000013_Ubuntu",
"value": 2061.379,
"unit": "Microseconds"
},
{
"name": "PureDart_VoidAsync_Ubuntu",
"value": 26.008348613115906,
"unit": "Microseconds"
},
{
"name": "PureDart_VoidSync_Ubuntu",
"value": 0.3125553125,
"unit": "Microseconds"
},
{
"name": "PureDart_VoidSyncRaw_Ubuntu",
"value": 0.014652924195051533,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesAsync_Len0_Ubuntu",
"value": 26.520904883773355,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSync_Len0_Ubuntu",
"value": 0.36242345011619587,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSyncRaw_Len0_Ubuntu",
"value": 0.042158045662735635,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsync_Len0_Ubuntu",
"value": 26.663391547793626,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesSync_Len0_Ubuntu",
"value": 0.4194194139802312,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsyncRaw_Len0_Ubuntu",
"value": 1.9296870628054934,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesAsync_Len10000_Ubuntu",
"value": 29.447929089918578,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSync_Len10000_Ubuntu",
"value": 1.4954345,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSyncRaw_Len10000_Ubuntu",
"value": 1.157578,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsync_Len10000_Ubuntu",
"value": 49.64326846703733,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesSync_Len10000_Ubuntu",
"value": 28.538089945280436,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsyncRaw_Len10000_Ubuntu",
"value": 2.868853305562847,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesAsync_Len1000000_Ubuntu",
"value": 159.74456869009586,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSync_Len1000000_Ubuntu",
"value": 122.77154406810804,
"unit": "Microseconds"
},
{
"name": "PureDart_InputBytesSyncRaw_Len1000000_Ubuntu",
"value": 121.00945897096035,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsync_Len1000000_Ubuntu",
"value": 2002.551,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesSync_Len1000000_Ubuntu",
"value": 1957.973,
"unit": "Microseconds"
},
{
"name": "PureDart_OutputBytesAsyncRaw_Len1000000_Ubuntu",
"value": 74.72375401628932,
"unit": "Microseconds"
}
]
}
]
}
Expand Down

0 comments on commit 9a0dfd4

Please sign in to comment.