Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 6372ec0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Sep 12, 2023
1 parent bb6ef5b commit 98c8c71
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": 1694556844933,
"lastUpdate": 1694557214894,
"repoUrl": "https://github.com/willcrichton/flowistry",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -15778,6 +15778,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": "6372ec00879fa59c776107e7acb80fa2618a1f6d",
"message": "Merge pull request #81 from willcrichton/indexical\n\nMigrate indexed module into new indexical crate",
"timestamp": "2023-09-12T16:01:25-06:00",
"tree_id": "022679f555fe1fc72d4b54fe1da6233fa21cb73a",
"url": "https://github.com/willcrichton/flowistry/commit/6372ec00879fa59c776107e7acb80fa2618a1f6d"
},
"date": 1694557206126,
"tool": "cargo",
"benches": [
{
"name": "Locations (min)/Flow",
"value": 214920,
"range": "± 1026",
"unit": "ns/iter"
},
{
"name": "Locations (min)/Flow + Deps",
"value": 265814,
"range": "± 603",
"unit": "ns/iter"
},
{
"name": "Locations (max)/Flow",
"value": 1097289,
"range": "± 2236",
"unit": "ns/iter"
},
{
"name": "Locations (max)/Flow + Deps",
"value": 1390650,
"range": "± 18631",
"unit": "ns/iter"
},
{
"name": "Unique Lifetimes (min)/Flow",
"value": 6276635,
"range": "± 279013",
"unit": "ns/iter"
},
{
"name": "Unique Lifetimes (min)/Flow + Deps",
"value": 11025281,
"range": "± 199224",
"unit": "ns/iter"
},
{
"name": "Unique Lifetimes (max)/Flow",
"value": 193212229,
"range": "± 9681677",
"unit": "ns/iter"
},
{
"name": "Unique Lifetimes (max)/Flow + Deps",
"value": 362160910,
"range": "± 6945016",
"unit": "ns/iter"
},
{
"name": "Infoflow (min)/Flow",
"value": 6131310,
"range": "± 85120",
"unit": "ns/iter"
},
{
"name": "Infoflow (min)/Flow + Deps",
"value": 12880965,
"range": "± 363788",
"unit": "ns/iter"
},
{
"name": "Infoflow (max)/Flow",
"value": 192658500,
"range": "± 10065554",
"unit": "ns/iter"
},
{
"name": "Infoflow (max)/Flow + Deps",
"value": 438664282,
"range": "± 8316904",
"unit": "ns/iter"
},
{
"name": "Places (min)/Flow",
"value": 334901,
"range": "± 1542",
"unit": "ns/iter"
},
{
"name": "Places (min)/Flow + Deps",
"value": 427816,
"range": "± 745",
"unit": "ns/iter"
},
{
"name": "Places (max)/Flow",
"value": 1634276,
"range": "± 6061",
"unit": "ns/iter"
},
{
"name": "Places (max)/Flow + Deps",
"value": 2061595,
"range": "± 4353",
"unit": "ns/iter"
},
{
"name": "Same Lifetime (min)/Flow",
"value": 33435520,
"range": "± 399919",
"unit": "ns/iter"
},
{
"name": "Same Lifetime (min)/Flow + Deps",
"value": 83767859,
"range": "± 742317",
"unit": "ns/iter"
},
{
"name": "Same Lifetime (max)/Flow",
"value": 1085451937,
"range": "± 17448054",
"unit": "ns/iter"
},
{
"name": "Same Lifetime (max)/Flow + Deps",
"value": 5169420415,
"range": "± 39659447",
"unit": "ns/iter"
},
{
"name": "Nested Structs (min)/Flow",
"value": 2728826,
"range": "± 6533",
"unit": "ns/iter"
},
{
"name": "Nested Structs (min)/Flow + Deps",
"value": 3992593,
"range": "± 17078",
"unit": "ns/iter"
},
{
"name": "Nested Structs (max)/Flow",
"value": 42296887,
"range": "± 1208222",
"unit": "ns/iter"
},
{
"name": "Nested Structs (max)/Flow + Deps",
"value": 60932606,
"range": "± 2115961",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 98c8c71

Please sign in to comment.