Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 3ffc53a
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 7, 2023
1 parent 0f84164 commit 2e16590
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": 1696629135397,
"lastUpdate": 1699399933297,
"repoUrl": "https://github.com/willcrichton/flowistry",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -16282,6 +16282,174 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Will Crichton",
"username": "willcrichton"
},
"committer": {
"email": "[email protected]",
"name": "Will Crichton",
"username": "willcrichton"
},
"distinct": true,
"id": "3ffc53a2619c3dc17e41d7a4c8a52938a312de32",
"message": "Only run bench on master. Update criterion version",
"timestamp": "2023-11-07T15:16:17-08:00",
"tree_id": "f7062c63cddb108b7f2ece9465ed7f9f94929a1f",
"url": "https://github.com/willcrichton/flowistry/commit/3ffc53a2619c3dc17e41d7a4c8a52938a312de32"
},
"date": 1699399925635,
"tool": "cargo",
"benches": [
{
"name": "Locations (min)/Flow",
"value": 180670,
"range": "± 7119",
"unit": "ns/iter"
},
{
"name": "Locations (min)/Flow + Deps",
"value": 220356,
"range": "± 2862",
"unit": "ns/iter"
},
{
"name": "Locations (max)/Flow",
"value": 932790,
"range": "± 17166",
"unit": "ns/iter"
},
{
"name": "Locations (max)/Flow + Deps",
"value": 1164137,
"range": "± 15521",
"unit": "ns/iter"
},
{
"name": "Unique Lifetimes (min)/Flow",
"value": 4805232,
"range": "± 77059",
"unit": "ns/iter"
},
{
"name": "Unique Lifetimes (min)/Flow + Deps",
"value": 8656866,
"range": "± 115512",
"unit": "ns/iter"
},
{
"name": "Unique Lifetimes (max)/Flow",
"value": 159200794,
"range": "± 12971156",
"unit": "ns/iter"
},
{
"name": "Unique Lifetimes (max)/Flow + Deps",
"value": 315831032,
"range": "± 16878785",
"unit": "ns/iter"
},
{
"name": "Infoflow (min)/Flow",
"value": 4705304,
"range": "± 70912",
"unit": "ns/iter"
},
{
"name": "Infoflow (min)/Flow + Deps",
"value": 10158830,
"range": "± 211743",
"unit": "ns/iter"
},
{
"name": "Infoflow (max)/Flow",
"value": 184775780,
"range": "± 16538156",
"unit": "ns/iter"
},
{
"name": "Infoflow (max)/Flow + Deps",
"value": 372063100,
"range": "± 14457926",
"unit": "ns/iter"
},
{
"name": "Places (min)/Flow",
"value": 265171,
"range": "± 3511",
"unit": "ns/iter"
},
{
"name": "Places (min)/Flow + Deps",
"value": 339867,
"range": "± 6332",
"unit": "ns/iter"
},
{
"name": "Places (max)/Flow",
"value": 1352852,
"range": "± 39129",
"unit": "ns/iter"
},
{
"name": "Places (max)/Flow + Deps",
"value": 1724471,
"range": "± 35998",
"unit": "ns/iter"
},
{
"name": "Same Lifetime (min)/Flow",
"value": 30432225,
"range": "± 5432552",
"unit": "ns/iter"
},
{
"name": "Same Lifetime (min)/Flow + Deps",
"value": 69260185,
"range": "± 7964633",
"unit": "ns/iter"
},
{
"name": "Same Lifetime (max)/Flow",
"value": 911209305,
"range": "± 61283012",
"unit": "ns/iter"
},
{
"name": "Same Lifetime (max)/Flow + Deps",
"value": 3816972721,
"range": "± 112106836",
"unit": "ns/iter"
},
{
"name": "Nested Structs (min)/Flow",
"value": 2172715,
"range": "± 33554",
"unit": "ns/iter"
},
{
"name": "Nested Structs (min)/Flow + Deps",
"value": 3210284,
"range": "± 51370",
"unit": "ns/iter"
},
{
"name": "Nested Structs (max)/Flow",
"value": 32154729,
"range": "± 523306",
"unit": "ns/iter"
},
{
"name": "Nested Structs (max)/Flow + Deps",
"value": 46452042,
"range": "± 906455",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 2e16590

Please sign in to comment.