Skip to content

Commit

Permalink
Update Benchmarks 2024-12-02 78f6a32
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 2, 2024
1 parent e8660f7 commit 1c63376
Show file tree
Hide file tree
Showing 811 changed files with 34,306 additions and 33,602 deletions.
222 changes: 221 additions & 1 deletion bench/data.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
window.BENCHMARK_DATA =
{
"lastUpdate": 1733026316304,
"lastUpdate": 1733112372468,
"repoUrl": "https://github.com/hydro-project/hydroflow",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -174891,6 +174891,226 @@ window.BENCHMARK_DATA =
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"name": "Shadaj Laddad",
"username": "shadaj",
"email": "[email protected]"
},
"committer": {
"name": "GitHub",
"username": "web-flow",
"email": "[email protected]"
},
"id": "78f6a3299fff822abaea50841800a07f0e2ae128",
"message": "refactor(hydroflow_plus)!: further reduce namespace pollution (#1589)",
"timestamp": "2024-12-01T20:00:02Z",
"url": "https://github.com/hydro-project/hydroflow/commit/78f6a3299fff822abaea50841800a07f0e2ae128"
},
"date": 1733112372428,
"tool": "cargo",
"benches": [
{
"name": "arithmetic/hydroflow/compiled",
"value": 309214,
"range": "± 1053",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/compiled_no_cheating",
"value": 6491927,
"range": "± 4961",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/surface",
"value": 6531506,
"range": "± 38805",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow",
"value": 75134695,
"range": "± 1886534",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow/surface",
"value": 40871850,
"range": "± 462129",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/scheduled",
"value": 49736591,
"range": "± 802257",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/surface",
"value": 6476687,
"range": "± 138916",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow",
"value": 6278497,
"range": "± 65812",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow/surface",
"value": 30345708,
"range": "± 2170384",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow_builder",
"value": 4840911,
"range": "± 208164",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow",
"value": 8669358,
"range": "± 114948",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/compiled",
"value": 6491678,
"range": "± 8010",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/surface",
"value": 6635674,
"range": "± 18561",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/scheduled",
"value": 1808658,
"range": "± 23958",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow",
"value": 1824938,
"range": "± 8310",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface",
"value": 5314617,
"range": "± 44568",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface_cheating",
"value": 1517810,
"range": "± 26008",
"unit": "ns/iter"
},
{
"name": "hydroflow_diamond",
"value": 58716213,
"range": "± 2515535",
"unit": "ns/iter"
},
{
"name": "micro/ops/identity",
"value": 4014,
"range": "± 65",
"unit": "ns/iter"
},
{
"name": "micro/ops/unique",
"value": 52761,
"range": "± 251",
"unit": "ns/iter"
},
{
"name": "micro/ops/map",
"value": 9495,
"range": "± 86",
"unit": "ns/iter"
},
{
"name": "micro/ops/flat_map",
"value": 6699,
"range": "± 115",
"unit": "ns/iter"
},
{
"name": "micro/ops/join",
"value": 76443,
"range": "± 838",
"unit": "ns/iter"
},
{
"name": "micro/ops/difference",
"value": 70463,
"range": "± 1329",
"unit": "ns/iter"
},
{
"name": "micro/ops/union",
"value": 15149,
"range": "± 274",
"unit": "ns/iter"
},
{
"name": "micro/ops/tee",
"value": 6911,
"range": "± 122",
"unit": "ns/iter"
},
{
"name": "micro/ops/fold",
"value": 22620,
"range": "± 795",
"unit": "ns/iter"
},
{
"name": "micro/ops/sort",
"value": 81360,
"range": "± 1405",
"unit": "ns/iter"
},
{
"name": "micro/ops/crossjoin",
"value": 99440,
"range": "± 1903",
"unit": "ns/iter"
},
{
"name": "micro/ops/anti_join",
"value": 8127,
"range": "± 252",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/small",
"value": 48437,
"range": "± 1283",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/big",
"value": 70161,
"range": "± 3869",
"unit": "ns/iter"
},
{
"name": "micro/ops/group_by",
"value": 8959,
"range": "± 439",
"unit": "ns/iter"
}
]
}
]
}
Expand Down
Loading

0 comments on commit 1c63376

Please sign in to comment.