Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 17d094a
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jul 29, 2024
1 parent b5fd046 commit a640f9c
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": 1722294082844,
"lastUpdate": 1722295182853,
"repoUrl": "https://github.com/willcrichton/flowistry",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -17290,6 +17290,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": "17d094aa06fe37a7e9b180acbc4eb4e688d1d14a",
"message": "Install Flowistry binary using --locked, update to 0.5.42",
"timestamp": "2024-07-29T16:04:56-07:00",
"tree_id": "d4f1f7daf3147220bb2ba06ae4987a7dec63ab84",
"url": "https://github.com/willcrichton/flowistry/commit/17d094aa06fe37a7e9b180acbc4eb4e688d1d14a"
},
"date": 1722295174253,
"tool": "cargo",
"benches": [
{
"name": "Locations (min)/Flow",
"value": 174088,
"range": "± 2427",
"unit": "ns/iter"
},
{
"name": "Locations (min)/Flow + Deps",
"value": 213016,
"range": "± 2812",
"unit": "ns/iter"
},
{
"name": "Locations (max)/Flow",
"value": 906615,
"range": "± 19738",
"unit": "ns/iter"
},
{
"name": "Locations (max)/Flow + Deps",
"value": 1128951,
"range": "± 12287",
"unit": "ns/iter"
},
{
"name": "Unique Lifetimes (min)/Flow",
"value": 4524413,
"range": "± 62739",
"unit": "ns/iter"
},
{
"name": "Unique Lifetimes (min)/Flow + Deps",
"value": 8258223,
"range": "± 73585",
"unit": "ns/iter"
},
{
"name": "Unique Lifetimes (max)/Flow",
"value": 132007298,
"range": "± 3765017",
"unit": "ns/iter"
},
{
"name": "Unique Lifetimes (max)/Flow + Deps",
"value": 267769646,
"range": "± 4315137",
"unit": "ns/iter"
},
{
"name": "Infoflow (min)/Flow",
"value": 4472007,
"range": "± 20645",
"unit": "ns/iter"
},
{
"name": "Infoflow (min)/Flow + Deps",
"value": 9766788,
"range": "± 127854",
"unit": "ns/iter"
},
{
"name": "Infoflow (max)/Flow",
"value": 134421441,
"range": "± 4703369",
"unit": "ns/iter"
},
{
"name": "Infoflow (max)/Flow + Deps",
"value": 334781777,
"range": "± 7067353",
"unit": "ns/iter"
},
{
"name": "Places (min)/Flow",
"value": 256887,
"range": "± 1028",
"unit": "ns/iter"
},
{
"name": "Places (min)/Flow + Deps",
"value": 329961,
"range": "± 2237",
"unit": "ns/iter"
},
{
"name": "Places (max)/Flow",
"value": 1280183,
"range": "± 22146",
"unit": "ns/iter"
},
{
"name": "Places (max)/Flow + Deps",
"value": 1645078,
"range": "± 24112",
"unit": "ns/iter"
},
{
"name": "Same Lifetime (min)/Flow",
"value": 22554071,
"range": "± 5871324",
"unit": "ns/iter"
},
{
"name": "Same Lifetime (min)/Flow + Deps",
"value": 57995311,
"range": "± 8316712",
"unit": "ns/iter"
},
{
"name": "Same Lifetime (max)/Flow",
"value": 724887699,
"range": "± 69401723",
"unit": "ns/iter"
},
{
"name": "Same Lifetime (max)/Flow + Deps",
"value": 3304535271,
"range": "± 85367438",
"unit": "ns/iter"
},
{
"name": "Nested Structs (min)/Flow",
"value": 2151488,
"range": "± 7344",
"unit": "ns/iter"
},
{
"name": "Nested Structs (min)/Flow + Deps",
"value": 3176051,
"range": "± 21408",
"unit": "ns/iter"
},
{
"name": "Nested Structs (max)/Flow",
"value": 32340053,
"range": "± 437883",
"unit": "ns/iter"
},
{
"name": "Nested Structs (max)/Flow + Deps",
"value": 45976382,
"range": "± 498187",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit a640f9c

Please sign in to comment.