Skip to content

Commit

Permalink
Update Benchmarks 2024-12-09 33eed2f
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 9, 2024
1 parent 02d4c33 commit 30baea4
Show file tree
Hide file tree
Showing 812 changed files with 33,349 additions and 33,577 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": 1733630752362,
"lastUpdate": 1733717211243,
"repoUrl": "https://github.com/hydro-project/hydroflow",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -176431,6 +176431,226 @@ window.BENCHMARK_DATA =
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"name": "Mingwei Samuel",
"username": "MingweiSamuel",
"email": "[email protected]"
},
"committer": {
"name": "GitHub",
"username": "web-flow",
"email": "[email protected]"
},
"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": 1733717211206,
"tool": "cargo",
"benches": [
{
"name": "arithmetic/hydroflow/compiled",
"value": 309333,
"range": "± 5899",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/compiled_no_cheating",
"value": 6493478,
"range": "± 87767",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/surface",
"value": 6541593,
"range": "± 19704",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow",
"value": 75206922,
"range": "± 891150",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow/surface",
"value": 26384197,
"range": "± 1505359",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/scheduled",
"value": 50759397,
"range": "± 1337756",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/surface",
"value": 6498949,
"range": "± 22234",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow",
"value": 6272552,
"range": "± 51846",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow/surface",
"value": 31161387,
"range": "± 2352232",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow_builder",
"value": 4951902,
"range": "± 151251",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow",
"value": 9165799,
"range": "± 200343",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/compiled",
"value": 6492647,
"range": "± 21593",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/surface",
"value": 6647931,
"range": "± 12570",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/scheduled",
"value": 1801002,
"range": "± 68144",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow",
"value": 1794173,
"range": "± 46543",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface",
"value": 5121509,
"range": "± 82757",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface_cheating",
"value": 1513600,
"range": "± 32796",
"unit": "ns/iter"
},
{
"name": "hydroflow_diamond",
"value": 59186164,
"range": "± 1941376",
"unit": "ns/iter"
},
{
"name": "micro/ops/identity",
"value": 3957,
"range": "± 127",
"unit": "ns/iter"
},
{
"name": "micro/ops/unique",
"value": 52798,
"range": "± 363",
"unit": "ns/iter"
},
{
"name": "micro/ops/map",
"value": 9515,
"range": "± 360",
"unit": "ns/iter"
},
{
"name": "micro/ops/flat_map",
"value": 6652,
"range": "± 101",
"unit": "ns/iter"
},
{
"name": "micro/ops/join",
"value": 76609,
"range": "± 385",
"unit": "ns/iter"
},
{
"name": "micro/ops/difference",
"value": 67867,
"range": "± 1234",
"unit": "ns/iter"
},
{
"name": "micro/ops/union",
"value": 16991,
"range": "± 280",
"unit": "ns/iter"
},
{
"name": "micro/ops/tee",
"value": 6948,
"range": "± 173",
"unit": "ns/iter"
},
{
"name": "micro/ops/fold",
"value": 23374,
"range": "± 5057",
"unit": "ns/iter"
},
{
"name": "micro/ops/sort",
"value": 81003,
"range": "± 1970",
"unit": "ns/iter"
},
{
"name": "micro/ops/crossjoin",
"value": 102138,
"range": "± 1245",
"unit": "ns/iter"
},
{
"name": "micro/ops/anti_join",
"value": 8113,
"range": "± 288",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/small",
"value": 48765,
"range": "± 1123",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/big",
"value": 70442,
"range": "± 3497",
"unit": "ns/iter"
},
{
"name": "micro/ops/group_by",
"value": 8940,
"range": "± 622",
"unit": "ns/iter"
}
]
}
]
}
Expand Down
Loading

0 comments on commit 30baea4

Please sign in to comment.