Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for e482cd6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 6, 2023
1 parent 720873c commit b6e817d
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": 1696628924879,
"lastUpdate": 1696629135397,
"repoUrl": "https://github.com/willcrichton/flowistry",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -16114,6 +16114,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": "e482cd68891127844d4c748fbc23e216f1cf6fe9",
"message": "Bump to 0.5.40",
"timestamp": "2023-10-06T14:33:27-07:00",
"tree_id": "a1569991e16f6b3de669cb8a0706dcde57580716",
"url": "https://github.com/willcrichton/flowistry/commit/e482cd68891127844d4c748fbc23e216f1cf6fe9"
},
"date": 1696629126037,
"tool": "cargo",
"benches": [
{
"name": "Locations (min)/Flow",
"value": 225689,
"range": "± 19271",
"unit": "ns/iter"
},
{
"name": "Locations (min)/Flow + Deps",
"value": 276157,
"range": "± 466",
"unit": "ns/iter"
},
{
"name": "Locations (max)/Flow",
"value": 1149366,
"range": "± 3842",
"unit": "ns/iter"
},
{
"name": "Locations (max)/Flow + Deps",
"value": 1460744,
"range": "± 6417",
"unit": "ns/iter"
},
{
"name": "Unique Lifetimes (min)/Flow",
"value": 6158093,
"range": "± 114178",
"unit": "ns/iter"
},
{
"name": "Unique Lifetimes (min)/Flow + Deps",
"value": 11448938,
"range": "± 285735",
"unit": "ns/iter"
},
{
"name": "Unique Lifetimes (max)/Flow",
"value": 173487327,
"range": "± 7524725",
"unit": "ns/iter"
},
{
"name": "Unique Lifetimes (max)/Flow + Deps",
"value": 362350561,
"range": "± 7542690",
"unit": "ns/iter"
},
{
"name": "Infoflow (min)/Flow",
"value": 6056602,
"range": "± 349939",
"unit": "ns/iter"
},
{
"name": "Infoflow (min)/Flow + Deps",
"value": 13625803,
"range": "± 282938",
"unit": "ns/iter"
},
{
"name": "Infoflow (max)/Flow",
"value": 173766556,
"range": "± 5737088",
"unit": "ns/iter"
},
{
"name": "Infoflow (max)/Flow + Deps",
"value": 446499302,
"range": "± 4250659",
"unit": "ns/iter"
},
{
"name": "Places (min)/Flow",
"value": 344449,
"range": "± 424",
"unit": "ns/iter"
},
{
"name": "Places (min)/Flow + Deps",
"value": 426618,
"range": "± 477",
"unit": "ns/iter"
},
{
"name": "Places (max)/Flow",
"value": 1689591,
"range": "± 11570",
"unit": "ns/iter"
},
{
"name": "Places (max)/Flow + Deps",
"value": 2102471,
"range": "± 10866",
"unit": "ns/iter"
},
{
"name": "Same Lifetime (min)/Flow",
"value": 30707550,
"range": "± 223215",
"unit": "ns/iter"
},
{
"name": "Same Lifetime (min)/Flow + Deps",
"value": 82615360,
"range": "± 345036",
"unit": "ns/iter"
},
{
"name": "Same Lifetime (max)/Flow",
"value": 988552540,
"range": "± 6470741",
"unit": "ns/iter"
},
{
"name": "Same Lifetime (max)/Flow + Deps",
"value": 4989070902,
"range": "± 75159797",
"unit": "ns/iter"
},
{
"name": "Nested Structs (min)/Flow",
"value": 2615783,
"range": "± 18158",
"unit": "ns/iter"
},
{
"name": "Nested Structs (min)/Flow + Deps",
"value": 3831450,
"range": "± 20834",
"unit": "ns/iter"
},
{
"name": "Nested Structs (max)/Flow",
"value": 39622489,
"range": "± 413064",
"unit": "ns/iter"
},
{
"name": "Nested Structs (max)/Flow + Deps",
"value": 57592349,
"range": "± 636886",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit b6e817d

Please sign in to comment.