Skip to content

Commit

Permalink
Update Benchmarks 2023-10-21 3136e0f
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 21, 2023
1 parent 842b719 commit d54761d
Show file tree
Hide file tree
Showing 762 changed files with 34,061 additions and 33,201 deletions.
210 changes: 209 additions & 1 deletion bench/data.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
window.BENCHMARK_DATA =
{
"lastUpdate": 1697774459775,
"lastUpdate": 1697860741014,
"repoUrl": "https://github.com/hydro-project/hydroflow",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -88341,6 +88341,214 @@ window.BENCHMARK_DATA =
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"name": "zzlk",
"username": "zzlk",
"email": "[email protected]"
},
"committer": {
"name": "GitHub",
"username": "web-flow",
"email": "[email protected]"
},
"id": "3136e0f286f87e944e7f718d926fd7670b44194b",
"message": "fix!: fold takes initial value by closure rather than by value (#948)\n\nBREAKING CHANGE: first argument of fold() is now a closure instead of a value",
"timestamp": "2023-10-18T16:02:35Z",
"url": "https://github.com/hydro-project/hydroflow/commit/3136e0f286f87e944e7f718d926fd7670b44194b"
},
"date": 1697860740987,
"tool": "cargo",
"benches": [
{
"name": "arithmetic/hydroflow/compiled",
"value": 261665,
"range": "± 1525",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/compiled_no_cheating",
"value": 20231001,
"range": "± 200807",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/surface",
"value": 19963920,
"range": "± 69623",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow",
"value": 114878220,
"range": "± 1080360",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow/surface",
"value": 55927552,
"range": "± 1208816",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/scheduled",
"value": 68143098,
"range": "± 637481",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/surface",
"value": 4902902,
"range": "± 55631",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow",
"value": 8901524,
"range": "± 34695",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow_builder",
"value": 9378844,
"range": "± 36550",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow",
"value": 14354249,
"range": "± 12219",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/compiled",
"value": 18206906,
"range": "± 18638",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/surface",
"value": 19522766,
"range": "± 7363",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/scheduled",
"value": 2559182,
"range": "± 13863",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow",
"value": 2613973,
"range": "± 2005",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface",
"value": 7256869,
"range": "± 24102",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface_cheating",
"value": 2106770,
"range": "± 10694",
"unit": "ns/iter"
},
{
"name": "micro/ops/identity",
"value": 5483,
"range": "± 14",
"unit": "ns/iter"
},
{
"name": "micro/ops/unique",
"value": 70015,
"range": "± 584",
"unit": "ns/iter"
},
{
"name": "micro/ops/map",
"value": 9458,
"range": "± 4317",
"unit": "ns/iter"
},
{
"name": "micro/ops/flat_map",
"value": 21178,
"range": "± 73",
"unit": "ns/iter"
},
{
"name": "micro/ops/join",
"value": 114494,
"range": "± 582",
"unit": "ns/iter"
},
{
"name": "micro/ops/difference",
"value": 113819,
"range": "± 1197",
"unit": "ns/iter"
},
{
"name": "micro/ops/union",
"value": 69264,
"range": "± 121",
"unit": "ns/iter"
},
{
"name": "micro/ops/tee",
"value": 10268,
"range": "± 21",
"unit": "ns/iter"
},
{
"name": "micro/ops/fold",
"value": 33038,
"range": "± 1940",
"unit": "ns/iter"
},
{
"name": "micro/ops/sort",
"value": 138309,
"range": "± 2766",
"unit": "ns/iter"
},
{
"name": "micro/ops/crossjoin",
"value": 142544,
"range": "± 564",
"unit": "ns/iter"
},
{
"name": "micro/ops/anti_join",
"value": 13089,
"range": "± 116",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/small",
"value": 86647,
"range": "± 3601",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/big",
"value": 82781,
"range": "± 4245",
"unit": "ns/iter"
},
{
"name": "micro/ops/group_by",
"value": 12241,
"range": "± 355",
"unit": "ns/iter"
}
]
}
]
}
Expand Down
Loading

0 comments on commit d54761d

Please sign in to comment.