Skip to content

Commit

Permalink
Update Benchmarks 2023-10-26 3136e0f
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 26, 2023
1 parent 41e1a9f commit cadacd3
Show file tree
Hide file tree
Showing 762 changed files with 31,714 additions and 31,276 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": 1698206308656,
"lastUpdate": 1698292795957,
"repoUrl": "https://github.com/hydro-project/hydroflow",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -89381,6 +89381,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": 1698292795929,
"tool": "cargo",
"benches": [
{
"name": "arithmetic/hydroflow/compiled",
"value": 261698,
"range": "± 251",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/compiled_no_cheating",
"value": 20197482,
"range": "± 209992",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/surface",
"value": 19970258,
"range": "± 6898",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow",
"value": 121728156,
"range": "± 1767557",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow/surface",
"value": 58080069,
"range": "± 1177971",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/scheduled",
"value": 74231272,
"range": "± 1525994",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/surface",
"value": 4866546,
"range": "± 18221",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow",
"value": 8969666,
"range": "± 28218",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow_builder",
"value": 9610329,
"range": "± 24711",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow",
"value": 15398302,
"range": "± 65708",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/compiled",
"value": 18221084,
"range": "± 16360",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/surface",
"value": 19532560,
"range": "± 7221",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/scheduled",
"value": 2560960,
"range": "± 3074",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow",
"value": 2683523,
"range": "± 15324",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface",
"value": 7465795,
"range": "± 60067",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface_cheating",
"value": 2125806,
"range": "± 13297",
"unit": "ns/iter"
},
{
"name": "micro/ops/identity",
"value": 5462,
"range": "± 13",
"unit": "ns/iter"
},
{
"name": "micro/ops/unique",
"value": 69817,
"range": "± 405",
"unit": "ns/iter"
},
{
"name": "micro/ops/map",
"value": 9465,
"range": "± 1415",
"unit": "ns/iter"
},
{
"name": "micro/ops/flat_map",
"value": 21145,
"range": "± 36",
"unit": "ns/iter"
},
{
"name": "micro/ops/join",
"value": 114481,
"range": "± 408",
"unit": "ns/iter"
},
{
"name": "micro/ops/difference",
"value": 113541,
"range": "± 1428",
"unit": "ns/iter"
},
{
"name": "micro/ops/union",
"value": 69250,
"range": "± 122",
"unit": "ns/iter"
},
{
"name": "micro/ops/tee",
"value": 10231,
"range": "± 19",
"unit": "ns/iter"
},
{
"name": "micro/ops/fold",
"value": 33041,
"range": "± 1697",
"unit": "ns/iter"
},
{
"name": "micro/ops/sort",
"value": 138373,
"range": "± 2156",
"unit": "ns/iter"
},
{
"name": "micro/ops/crossjoin",
"value": 142785,
"range": "± 1185",
"unit": "ns/iter"
},
{
"name": "micro/ops/anti_join",
"value": 13145,
"range": "± 188",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/small",
"value": 86899,
"range": "± 3805",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/big",
"value": 83012,
"range": "± 4249",
"unit": "ns/iter"
},
{
"name": "micro/ops/group_by",
"value": 12301,
"range": "± 334",
"unit": "ns/iter"
}
]
}
]
}
Expand Down
Loading

0 comments on commit cadacd3

Please sign in to comment.