Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for ad888bb
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 7, 2023
1 parent 2e16590 commit 8b41bad
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": 1699399933297,
"lastUpdate": 1699401033580,
"repoUrl": "https://github.com/willcrichton/flowistry",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -16450,6 +16450,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": "ad888bb8d267b5e48c945364378360cc6d3af520",
"message": "Merge pull request #82 from Kikkon/audit_fix\n\nchore: upgrade dependence",
"timestamp": "2023-11-07T15:30:55-08:00",
"tree_id": "b3cbb37060dd84e87682fab5aebc5bb0fd3b9bc1",
"url": "https://github.com/willcrichton/flowistry/commit/ad888bb8d267b5e48c945364378360cc6d3af520"
},
"date": 1699401024382,
"tool": "cargo",
"benches": [
{
"name": "Locations (min)/Flow",
"value": 217082,
"range": "± 2425",
"unit": "ns/iter"
},
{
"name": "Locations (min)/Flow + Deps",
"value": 264988,
"range": "± 173",
"unit": "ns/iter"
},
{
"name": "Locations (max)/Flow",
"value": 1108824,
"range": "± 1375",
"unit": "ns/iter"
},
{
"name": "Locations (max)/Flow + Deps",
"value": 1409401,
"range": "± 1350",
"unit": "ns/iter"
},
{
"name": "Unique Lifetimes (min)/Flow",
"value": 6692420,
"range": "± 233152",
"unit": "ns/iter"
},
{
"name": "Unique Lifetimes (min)/Flow + Deps",
"value": 12373206,
"range": "± 335968",
"unit": "ns/iter"
},
{
"name": "Unique Lifetimes (max)/Flow",
"value": 198092397,
"range": "± 12209643",
"unit": "ns/iter"
},
{
"name": "Unique Lifetimes (max)/Flow + Deps",
"value": 381358026,
"range": "± 8638816",
"unit": "ns/iter"
},
{
"name": "Infoflow (min)/Flow",
"value": 6525799,
"range": "± 211370",
"unit": "ns/iter"
},
{
"name": "Infoflow (min)/Flow + Deps",
"value": 14380203,
"range": "± 226903",
"unit": "ns/iter"
},
{
"name": "Infoflow (max)/Flow",
"value": 197209839,
"range": "± 8338967",
"unit": "ns/iter"
},
{
"name": "Infoflow (max)/Flow + Deps",
"value": 457599940,
"range": "± 8224471",
"unit": "ns/iter"
},
{
"name": "Places (min)/Flow",
"value": 331866,
"range": "± 642",
"unit": "ns/iter"
},
{
"name": "Places (min)/Flow + Deps",
"value": 422929,
"range": "± 1489",
"unit": "ns/iter"
},
{
"name": "Places (max)/Flow",
"value": 1622964,
"range": "± 1860",
"unit": "ns/iter"
},
{
"name": "Places (max)/Flow + Deps",
"value": 2052296,
"range": "± 1734",
"unit": "ns/iter"
},
{
"name": "Same Lifetime (min)/Flow",
"value": 34774894,
"range": "± 192050",
"unit": "ns/iter"
},
{
"name": "Same Lifetime (min)/Flow + Deps",
"value": 87290133,
"range": "± 6558477",
"unit": "ns/iter"
},
{
"name": "Same Lifetime (max)/Flow",
"value": 1114035457,
"range": "± 3988433",
"unit": "ns/iter"
},
{
"name": "Same Lifetime (max)/Flow + Deps",
"value": 4973441940,
"range": "± 132092473",
"unit": "ns/iter"
},
{
"name": "Nested Structs (min)/Flow",
"value": 2677415,
"range": "± 2856",
"unit": "ns/iter"
},
{
"name": "Nested Structs (min)/Flow + Deps",
"value": 3899722,
"range": "± 5624",
"unit": "ns/iter"
},
{
"name": "Nested Structs (max)/Flow",
"value": 41666388,
"range": "± 389436",
"unit": "ns/iter"
},
{
"name": "Nested Structs (max)/Flow + Deps",
"value": 59337666,
"range": "± 753197",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 8b41bad

Please sign in to comment.