Skip to content

Commit

Permalink
Update Benchmarks 2024-12-10 408b904
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 10, 2024
1 parent 7d5e8e4 commit 5d89aaa
Show file tree
Hide file tree
Showing 811 changed files with 33,453 additions and 32,961 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": 1733717211243,
"lastUpdate": 1733803584833,
"repoUrl": "https://github.com/hydro-project/hydroflow",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -176651,6 +176651,226 @@ window.BENCHMARK_DATA =
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"name": "Shadaj Laddad",
"username": "shadaj",
"email": "shadaj@users.noreply.github.com"
},
"committer": {
"name": "GitHub",
"username": "web-flow",
"email": "noreply@github.com"
},
"id": "408b90496321f7d21fa18a8b02ca846ceca25617",
"message": "docs: update people page (#1603)",
"timestamp": "2024-12-09T18:53:04Z",
"url": "https://github.com/hydro-project/hydroflow/commit/408b90496321f7d21fa18a8b02ca846ceca25617"
},
"date": 1733803584794,
"tool": "cargo",
"benches": [
{
"name": "arithmetic/hydroflow/compiled",
"value": 309159,
"range": "± 728",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/compiled_no_cheating",
"value": 6491091,
"range": "± 20468",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/surface",
"value": 6524305,
"range": "± 93819",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow",
"value": 74323285,
"range": "± 801055",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow/surface",
"value": 25627934,
"range": "± 1573281",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/scheduled",
"value": 48277108,
"range": "± 681504",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/surface",
"value": 6474649,
"range": "± 25418",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow",
"value": 6276841,
"range": "± 60094",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow/surface",
"value": 31504235,
"range": "± 1644616",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow_builder",
"value": 3927900,
"range": "± 121153",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow",
"value": 7201642,
"range": "± 110033",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/compiled",
"value": 6491670,
"range": "± 11617",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/surface",
"value": 6634214,
"range": "± 15591",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/scheduled",
"value": 1793435,
"range": "± 5522",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow",
"value": 1785620,
"range": "± 9915",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface",
"value": 5068603,
"range": "± 39596",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface_cheating",
"value": 1502472,
"range": "± 7779",
"unit": "ns/iter"
},
{
"name": "hydroflow_diamond",
"value": 59388222,
"range": "± 900305",
"unit": "ns/iter"
},
{
"name": "micro/ops/identity",
"value": 3983,
"range": "± 69",
"unit": "ns/iter"
},
{
"name": "micro/ops/unique",
"value": 52873,
"range": "± 442",
"unit": "ns/iter"
},
{
"name": "micro/ops/map",
"value": 9490,
"range": "± 75",
"unit": "ns/iter"
},
{
"name": "micro/ops/flat_map",
"value": 6582,
"range": "± 56",
"unit": "ns/iter"
},
{
"name": "micro/ops/join",
"value": 76581,
"range": "± 738",
"unit": "ns/iter"
},
{
"name": "micro/ops/difference",
"value": 67265,
"range": "± 2682",
"unit": "ns/iter"
},
{
"name": "micro/ops/union",
"value": 16979,
"range": "± 228",
"unit": "ns/iter"
},
{
"name": "micro/ops/tee",
"value": 6923,
"range": "± 269",
"unit": "ns/iter"
},
{
"name": "micro/ops/fold",
"value": 22008,
"range": "± 2204",
"unit": "ns/iter"
},
{
"name": "micro/ops/sort",
"value": 80309,
"range": "± 1007",
"unit": "ns/iter"
},
{
"name": "micro/ops/crossjoin",
"value": 101651,
"range": "± 1835",
"unit": "ns/iter"
},
{
"name": "micro/ops/anti_join",
"value": 8059,
"range": "± 351",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/small",
"value": 48544,
"range": "± 1859",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/big",
"value": 69232,
"range": "± 3561",
"unit": "ns/iter"
},
{
"name": "micro/ops/group_by",
"value": 8964,
"range": "± 196",
"unit": "ns/iter"
}
]
}
]
}
Expand Down
Loading

0 comments on commit 5d89aaa

Please sign in to comment.