Skip to content

Commit

Permalink
Update Benchmarks 2024-12-04 53da4c1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 4, 2024
1 parent 81797ae commit 62918c1
Show file tree
Hide file tree
Showing 811 changed files with 33,905 additions and 33,517 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": 1733198752659,
"lastUpdate": 1733285117414,
"repoUrl": "https://github.com/hydro-project/hydroflow",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -175331,6 +175331,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": "53da4c1c9b18562e7806adcaf3a3838f56b8ef1b",
"message": "feat(hydroflow_plus_std): extract initial Hydroflow+ utilities into a standard library (#1591)",
"timestamp": "2024-12-04T01:17:45Z",
"url": "https://github.com/hydro-project/hydroflow/commit/53da4c1c9b18562e7806adcaf3a3838f56b8ef1b"
},
"date": 1733285117373,
"tool": "cargo",
"benches": [
{
"name": "arithmetic/hydroflow/compiled",
"value": 309066,
"range": "± 9677",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/compiled_no_cheating",
"value": 6489979,
"range": "± 12701",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/surface",
"value": 6522989,
"range": "± 145410",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow",
"value": 75278607,
"range": "± 900628",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow/surface",
"value": 40340042,
"range": "± 171299",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/scheduled",
"value": 45603676,
"range": "± 455897",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/surface",
"value": 6472067,
"range": "± 6845",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow",
"value": 6349372,
"range": "± 111632",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow/surface",
"value": 31443051,
"range": "± 2258284",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow_builder",
"value": 4875393,
"range": "± 15088",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow",
"value": 8515949,
"range": "± 230274",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/compiled",
"value": 6489270,
"range": "± 5293",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/surface",
"value": 6628417,
"range": "± 33473",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/scheduled",
"value": 1811492,
"range": "± 8622",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow",
"value": 1795090,
"range": "± 20234",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface",
"value": 5020248,
"range": "± 54740",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface_cheating",
"value": 1527393,
"range": "± 16192",
"unit": "ns/iter"
},
{
"name": "hydroflow_diamond",
"value": 57984079,
"range": "± 1053214",
"unit": "ns/iter"
},
{
"name": "micro/ops/identity",
"value": 3994,
"range": "± 71",
"unit": "ns/iter"
},
{
"name": "micro/ops/unique",
"value": 52805,
"range": "± 1189",
"unit": "ns/iter"
},
{
"name": "micro/ops/map",
"value": 6560,
"range": "± 124",
"unit": "ns/iter"
},
{
"name": "micro/ops/flat_map",
"value": 6631,
"range": "± 92",
"unit": "ns/iter"
},
{
"name": "micro/ops/join",
"value": 76526,
"range": "± 665",
"unit": "ns/iter"
},
{
"name": "micro/ops/difference",
"value": 67311,
"range": "± 1629",
"unit": "ns/iter"
},
{
"name": "micro/ops/union",
"value": 16996,
"range": "± 309",
"unit": "ns/iter"
},
{
"name": "micro/ops/tee",
"value": 6944,
"range": "± 56",
"unit": "ns/iter"
},
{
"name": "micro/ops/fold",
"value": 22831,
"range": "± 901",
"unit": "ns/iter"
},
{
"name": "micro/ops/sort",
"value": 80535,
"range": "± 1098",
"unit": "ns/iter"
},
{
"name": "micro/ops/crossjoin",
"value": 97326,
"range": "± 2042",
"unit": "ns/iter"
},
{
"name": "micro/ops/anti_join",
"value": 8066,
"range": "± 397",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/small",
"value": 48736,
"range": "± 1802",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/big",
"value": 69955,
"range": "± 3235",
"unit": "ns/iter"
},
{
"name": "micro/ops/group_by",
"value": 8895,
"range": "± 258",
"unit": "ns/iter"
}
]
}
]
}
Expand Down
Loading

0 comments on commit 62918c1

Please sign in to comment.