Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 612c008
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 17, 2024
1 parent a1c9b73 commit eff1281
Showing 1 changed file with 169 additions and 1 deletion.
170 changes: 169 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": 1733254769730,
"lastUpdate": 1734398551592,
"repoUrl": "https://github.com/willcrichton/flowistry",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -17962,6 +17962,174 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Will Crichton",
"username": "willcrichton"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "612c008ace22cfd3e358ba6ff76e80a3c450a6e1",
"message": "Merge pull request #101 from willcrichton/dev\n\nUpdate to nightly-2024-12-15, prepare 0.5.43",
"timestamp": "2024-12-16T17:08:38-08:00",
"tree_id": "962d72e736271ccb7197874790f7cbe6952577cc",
"url": "https://github.com/willcrichton/flowistry/commit/612c008ace22cfd3e358ba6ff76e80a3c450a6e1"
},
"date": 1734398542234,
"tool": "cargo",
"benches": [
{
"name": "Locations (min)/Flow",
"value": 165952,
"range": "± 9781",
"unit": "ns/iter"
},
{
"name": "Locations (min)/Flow + Deps",
"value": 203683,
"range": "± 2891",
"unit": "ns/iter"
},
{
"name": "Locations (max)/Flow",
"value": 860775,
"range": "± 12112",
"unit": "ns/iter"
},
{
"name": "Locations (max)/Flow + Deps",
"value": 1083060,
"range": "± 9384",
"unit": "ns/iter"
},
{
"name": "Unique Lifetimes (min)/Flow",
"value": 4573012,
"range": "± 58164",
"unit": "ns/iter"
},
{
"name": "Unique Lifetimes (min)/Flow + Deps",
"value": 8919198,
"range": "± 253373",
"unit": "ns/iter"
},
{
"name": "Unique Lifetimes (max)/Flow",
"value": 122573653,
"range": "± 844761",
"unit": "ns/iter"
},
{
"name": "Unique Lifetimes (max)/Flow + Deps",
"value": 271102875,
"range": "± 7282189",
"unit": "ns/iter"
},
{
"name": "Infoflow (min)/Flow",
"value": 4445395,
"range": "± 51391",
"unit": "ns/iter"
},
{
"name": "Infoflow (min)/Flow + Deps",
"value": 10531204,
"range": "± 286944",
"unit": "ns/iter"
},
{
"name": "Infoflow (max)/Flow",
"value": 122835023,
"range": "± 1722080",
"unit": "ns/iter"
},
{
"name": "Infoflow (max)/Flow + Deps",
"value": 328826291,
"range": "± 4277140",
"unit": "ns/iter"
},
{
"name": "Places (min)/Flow",
"value": 228873,
"range": "± 3727",
"unit": "ns/iter"
},
{
"name": "Places (min)/Flow + Deps",
"value": 295195,
"range": "± 2560",
"unit": "ns/iter"
},
{
"name": "Places (max)/Flow",
"value": 1176276,
"range": "± 8787",
"unit": "ns/iter"
},
{
"name": "Places (max)/Flow + Deps",
"value": 1487073,
"range": "± 11843",
"unit": "ns/iter"
},
{
"name": "Same Lifetime (min)/Flow",
"value": 22476379,
"range": "± 194185",
"unit": "ns/iter"
},
{
"name": "Same Lifetime (min)/Flow + Deps",
"value": 59301291,
"range": "± 3851918",
"unit": "ns/iter"
},
{
"name": "Same Lifetime (max)/Flow",
"value": 619097894,
"range": "± 5407715",
"unit": "ns/iter"
},
{
"name": "Same Lifetime (max)/Flow + Deps",
"value": 3285900371,
"range": "± 13979745",
"unit": "ns/iter"
},
{
"name": "Nested Structs (min)/Flow",
"value": 2082812,
"range": "± 24778",
"unit": "ns/iter"
},
{
"name": "Nested Structs (min)/Flow + Deps",
"value": 2989441,
"range": "± 59372",
"unit": "ns/iter"
},
{
"name": "Nested Structs (max)/Flow",
"value": 34284058,
"range": "± 472272",
"unit": "ns/iter"
},
{
"name": "Nested Structs (max)/Flow + Deps",
"value": 47658711,
"range": "± 255143",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit eff1281

Please sign in to comment.