Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for eaa7256
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jul 29, 2024
1 parent 94bd227 commit 82efc94
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": 1722293462308,
"lastUpdate": 1722294082844,
"repoUrl": "https://github.com/willcrichton/flowistry",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -17122,6 +17122,174 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "wcrichto@cs.stanford.edu",
"name": "Will Crichton",
"username": "willcrichton"
},
"committer": {
"email": "wcrichto@cs.stanford.edu",
"name": "Will Crichton",
"username": "willcrichton"
},
"distinct": true,
"id": "eaa72566a3208a6ab75d09ec281577918ed0d6a7",
"message": "Install Flowistry binary using --locked, update to 0.5.42",
"timestamp": "2024-07-29T15:47:54-07:00",
"tree_id": "c61d9759d251b11716da7c487bd9d06738951626",
"url": "https://github.com/willcrichton/flowistry/commit/eaa72566a3208a6ab75d09ec281577918ed0d6a7"
},
"date": 1722294073398,
"tool": "cargo",
"benches": [
{
"name": "Locations (min)/Flow",
"value": 174590,
"range": "± 4881",
"unit": "ns/iter"
},
{
"name": "Locations (min)/Flow + Deps",
"value": 210559,
"range": "± 2643",
"unit": "ns/iter"
},
{
"name": "Locations (max)/Flow",
"value": 911028,
"range": "± 15494",
"unit": "ns/iter"
},
{
"name": "Locations (max)/Flow + Deps",
"value": 1131131,
"range": "± 18044",
"unit": "ns/iter"
},
{
"name": "Unique Lifetimes (min)/Flow",
"value": 4491115,
"range": "± 21163",
"unit": "ns/iter"
},
{
"name": "Unique Lifetimes (min)/Flow + Deps",
"value": 8225876,
"range": "± 106102",
"unit": "ns/iter"
},
{
"name": "Unique Lifetimes (max)/Flow",
"value": 116050664,
"range": "± 2856375",
"unit": "ns/iter"
},
{
"name": "Unique Lifetimes (max)/Flow + Deps",
"value": 253152889,
"range": "± 4888165",
"unit": "ns/iter"
},
{
"name": "Infoflow (min)/Flow",
"value": 4471832,
"range": "± 101255",
"unit": "ns/iter"
},
{
"name": "Infoflow (min)/Flow + Deps",
"value": 9772847,
"range": "± 227176",
"unit": "ns/iter"
},
{
"name": "Infoflow (max)/Flow",
"value": 119599618,
"range": "± 5524864",
"unit": "ns/iter"
},
{
"name": "Infoflow (max)/Flow + Deps",
"value": 313267645,
"range": "± 4168595",
"unit": "ns/iter"
},
{
"name": "Places (min)/Flow",
"value": 256256,
"range": "± 2793",
"unit": "ns/iter"
},
{
"name": "Places (min)/Flow + Deps",
"value": 327610,
"range": "± 2875",
"unit": "ns/iter"
},
{
"name": "Places (max)/Flow",
"value": 1287952,
"range": "± 12055",
"unit": "ns/iter"
},
{
"name": "Places (max)/Flow + Deps",
"value": 1648198,
"range": "± 21654",
"unit": "ns/iter"
},
{
"name": "Same Lifetime (min)/Flow",
"value": 20141536,
"range": "± 601208",
"unit": "ns/iter"
},
{
"name": "Same Lifetime (min)/Flow + Deps",
"value": 54901935,
"range": "± 2761856",
"unit": "ns/iter"
},
{
"name": "Same Lifetime (max)/Flow",
"value": 562379926,
"range": "± 6553701",
"unit": "ns/iter"
},
{
"name": "Same Lifetime (max)/Flow + Deps",
"value": 3053921308,
"range": "± 26316708",
"unit": "ns/iter"
},
{
"name": "Nested Structs (min)/Flow",
"value": 2141390,
"range": "± 15842",
"unit": "ns/iter"
},
{
"name": "Nested Structs (min)/Flow + Deps",
"value": 3161812,
"range": "± 20819",
"unit": "ns/iter"
},
{
"name": "Nested Structs (max)/Flow",
"value": 31809919,
"range": "± 349663",
"unit": "ns/iter"
},
{
"name": "Nested Structs (max)/Flow + Deps",
"value": 45594342,
"range": "± 338001",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 82efc94

Please sign in to comment.