Skip to content

Commit

Permalink
Update Benchmarks 2024-12-08 33eed2f
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 8, 2024
1 parent 874578c commit bf7f69d
Show file tree
Hide file tree
Showing 812 changed files with 33,955 additions and 32,731 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": 1733544254341,
"lastUpdate": 1733630752362,
"repoUrl": "https://github.com/hydro-project/hydroflow",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -176211,6 +176211,226 @@ window.BENCHMARK_DATA =
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"name": "Mingwei Samuel",
"username": "MingweiSamuel",
"email": "mingwei.samuel@gmail.com"
},
"committer": {
"name": "GitHub",
"username": "web-flow",
"email": "noreply@github.com"
},
"id": "33eed2f8edf56c2914afa536167ef895d107277d",
"message": "refactor(hydroflow): rename `two_pc` -> `two_pc_hf` for collision with hf+ `two_pc` example (#1601)",
"timestamp": "2024-12-07T02:02:41Z",
"url": "https://github.com/hydro-project/hydroflow/commit/33eed2f8edf56c2914afa536167ef895d107277d"
},
"date": 1733630752327,
"tool": "cargo",
"benches": [
{
"name": "arithmetic/hydroflow/compiled",
"value": 309150,
"range": "± 2643",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/compiled_no_cheating",
"value": 6490665,
"range": "± 39262",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/surface",
"value": 6524063,
"range": "± 103049",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow",
"value": 75170025,
"range": "± 623521",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow/surface",
"value": 26362832,
"range": "± 763197",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/scheduled",
"value": 48762518,
"range": "± 1692059",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/surface",
"value": 6475585,
"range": "± 11556",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow",
"value": 6338862,
"range": "± 94307",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow/surface",
"value": 31863623,
"range": "± 2716910",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow_builder",
"value": 4483621,
"range": "± 27886",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow",
"value": 7732348,
"range": "± 39694",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/compiled",
"value": 6490348,
"range": "± 12238",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/surface",
"value": 6634380,
"range": "± 19820",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/scheduled",
"value": 1797594,
"range": "± 20724",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow",
"value": 1791499,
"range": "± 9439",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface",
"value": 5092843,
"range": "± 21445",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface_cheating",
"value": 1510485,
"range": "± 21882",
"unit": "ns/iter"
},
{
"name": "hydroflow_diamond",
"value": 57836026,
"range": "± 628251",
"unit": "ns/iter"
},
{
"name": "micro/ops/identity",
"value": 3971,
"range": "± 44",
"unit": "ns/iter"
},
{
"name": "micro/ops/unique",
"value": 52841,
"range": "± 267",
"unit": "ns/iter"
},
{
"name": "micro/ops/map",
"value": 9499,
"range": "± 138",
"unit": "ns/iter"
},
{
"name": "micro/ops/flat_map",
"value": 6678,
"range": "± 75",
"unit": "ns/iter"
},
{
"name": "micro/ops/join",
"value": 76693,
"range": "± 606",
"unit": "ns/iter"
},
{
"name": "micro/ops/difference",
"value": 68105,
"range": "± 859",
"unit": "ns/iter"
},
{
"name": "micro/ops/union",
"value": 16995,
"range": "± 697",
"unit": "ns/iter"
},
{
"name": "micro/ops/tee",
"value": 6972,
"range": "± 88",
"unit": "ns/iter"
},
{
"name": "micro/ops/fold",
"value": 21918,
"range": "± 692",
"unit": "ns/iter"
},
{
"name": "micro/ops/sort",
"value": 81028,
"range": "± 843",
"unit": "ns/iter"
},
{
"name": "micro/ops/crossjoin",
"value": 101659,
"range": "± 1011",
"unit": "ns/iter"
},
{
"name": "micro/ops/anti_join",
"value": 8063,
"range": "± 451",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/small",
"value": 48598,
"range": "± 1613",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/big",
"value": 69356,
"range": "± 4241",
"unit": "ns/iter"
},
{
"name": "micro/ops/group_by",
"value": 8883,
"range": "± 347",
"unit": "ns/iter"
}
]
}
]
}
Expand Down
Loading

0 comments on commit bf7f69d

Please sign in to comment.