Skip to content

Commit

Permalink
Update Benchmarks 2024-11-18 531bf81
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 18, 2024
1 parent 7a91de9 commit d596495
Show file tree
Hide file tree
Showing 812 changed files with 33,488 additions and 32,986 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": 1731816189650,
"lastUpdate": 1731902660716,
"repoUrl": "https://github.com/hydro-project/hydroflow",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -171811,6 +171811,226 @@ window.BENCHMARK_DATA =
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"name": "Joe Hellerstein",
"username": "jhellerstein",
"email": "[email protected]"
},
"committer": {
"name": "GitHub",
"username": "web-flow",
"email": "[email protected]"
},
"id": "531bf81f8be531d2f3c3312cac4b037869c7cd3d",
"message": "fix(docs): update hydro stack diagram and discussion (#1539)\n\n- Remove TODO.md (contents filed as an issue, #1538)\r\n- Update stack diagram\r\n- Update discussion of stack diagram",
"timestamp": "2024-11-17T20:09:45Z",
"url": "https://github.com/hydro-project/hydroflow/commit/531bf81f8be531d2f3c3312cac4b037869c7cd3d"
},
"date": 1731902660671,
"tool": "cargo",
"benches": [
{
"name": "arithmetic/hydroflow/compiled",
"value": 309053,
"range": "± 5533",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/compiled_no_cheating",
"value": 6492499,
"range": "± 9271",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/surface",
"value": 6521381,
"range": "± 20234",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow",
"value": 74233887,
"range": "± 2621461",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow/surface",
"value": 41003794,
"range": "± 380027",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/scheduled",
"value": 48348153,
"range": "± 2193476",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/surface",
"value": 6472849,
"range": "± 8704",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow",
"value": 6206876,
"range": "± 18077",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow/surface",
"value": 31682361,
"range": "± 2271861",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow_builder",
"value": 4994130,
"range": "± 44849",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow",
"value": 7194394,
"range": "± 102960",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/compiled",
"value": 6490288,
"range": "± 22689",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/surface",
"value": 6632060,
"range": "± 25832",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/scheduled",
"value": 1805727,
"range": "± 20058",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow",
"value": 1784955,
"range": "± 16921",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface",
"value": 5296528,
"range": "± 37812",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface_cheating",
"value": 1510447,
"range": "± 5168",
"unit": "ns/iter"
},
{
"name": "hydroflow_diamond",
"value": 59272652,
"range": "± 925061",
"unit": "ns/iter"
},
{
"name": "micro/ops/identity",
"value": 3979,
"range": "± 120",
"unit": "ns/iter"
},
{
"name": "micro/ops/unique",
"value": 52661,
"range": "± 164",
"unit": "ns/iter"
},
{
"name": "micro/ops/map",
"value": 9489,
"range": "± 155",
"unit": "ns/iter"
},
{
"name": "micro/ops/flat_map",
"value": 6598,
"range": "± 163",
"unit": "ns/iter"
},
{
"name": "micro/ops/join",
"value": 80884,
"range": "± 579",
"unit": "ns/iter"
},
{
"name": "micro/ops/difference",
"value": 70179,
"range": "± 1303",
"unit": "ns/iter"
},
{
"name": "micro/ops/union",
"value": 15112,
"range": "± 994",
"unit": "ns/iter"
},
{
"name": "micro/ops/tee",
"value": 6914,
"range": "± 44",
"unit": "ns/iter"
},
{
"name": "micro/ops/fold",
"value": 23058,
"range": "± 691",
"unit": "ns/iter"
},
{
"name": "micro/ops/sort",
"value": 80244,
"range": "± 1409",
"unit": "ns/iter"
},
{
"name": "micro/ops/crossjoin",
"value": 97634,
"range": "± 2802",
"unit": "ns/iter"
},
{
"name": "micro/ops/anti_join",
"value": 8048,
"range": "± 261",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/small",
"value": 48597,
"range": "± 1804",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/big",
"value": 69637,
"range": "± 3428",
"unit": "ns/iter"
},
{
"name": "micro/ops/group_by",
"value": 8893,
"range": "± 291",
"unit": "ns/iter"
}
]
}
]
}
Expand Down
Loading

0 comments on commit d596495

Please sign in to comment.