Skip to content

Commit

Permalink
Update Benchmarks 2024-11-25 ec55910
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 25, 2024
1 parent 60838c2 commit 6fd4aec
Show file tree
Hide file tree
Showing 812 changed files with 33,529 additions and 33,087 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": 1732421089789,
"lastUpdate": 1732507457171,
"repoUrl": "https://github.com/hydro-project/hydroflow",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -173351,6 +173351,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": "ec55910f5a41d4f08059b5feda4b96fbd058c959",
"message": "refactor(paxos): generalize quorum logic (#1583)",
"timestamp": "2024-11-22T22:25:01Z",
"url": "https://github.com/hydro-project/hydroflow/commit/ec55910f5a41d4f08059b5feda4b96fbd058c959"
},
"date": 1732507457132,
"tool": "cargo",
"benches": [
{
"name": "arithmetic/hydroflow/compiled",
"value": 309068,
"range": "± 6372",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/compiled_no_cheating",
"value": 6492391,
"range": "± 164592",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/surface",
"value": 6520291,
"range": "± 22262",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow",
"value": 74460665,
"range": "± 551438",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow/surface",
"value": 41061131,
"range": "± 172480",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/scheduled",
"value": 47220752,
"range": "± 662771",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/surface",
"value": 6475998,
"range": "± 15937",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow",
"value": 6015623,
"range": "± 59861",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow/surface",
"value": 31412267,
"range": "± 2020582",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow_builder",
"value": 4497401,
"range": "± 111745",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow",
"value": 6418204,
"range": "± 49884",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/compiled",
"value": 6491665,
"range": "± 13836",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/surface",
"value": 6628523,
"range": "± 11221",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/scheduled",
"value": 1803515,
"range": "± 11953",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow",
"value": 1780570,
"range": "± 29303",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface",
"value": 5288821,
"range": "± 23264",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface_cheating",
"value": 1503750,
"range": "± 13921",
"unit": "ns/iter"
},
{
"name": "hydroflow_diamond",
"value": 59742798,
"range": "± 1217127",
"unit": "ns/iter"
},
{
"name": "micro/ops/identity",
"value": 3951,
"range": "± 40",
"unit": "ns/iter"
},
{
"name": "micro/ops/unique",
"value": 52738,
"range": "± 405",
"unit": "ns/iter"
},
{
"name": "micro/ops/map",
"value": 9487,
"range": "± 112",
"unit": "ns/iter"
},
{
"name": "micro/ops/flat_map",
"value": 6733,
"range": "± 71",
"unit": "ns/iter"
},
{
"name": "micro/ops/join",
"value": 76417,
"range": "± 523",
"unit": "ns/iter"
},
{
"name": "micro/ops/difference",
"value": 70152,
"range": "± 954",
"unit": "ns/iter"
},
{
"name": "micro/ops/union",
"value": 15170,
"range": "± 313",
"unit": "ns/iter"
},
{
"name": "micro/ops/tee",
"value": 6911,
"range": "± 74",
"unit": "ns/iter"
},
{
"name": "micro/ops/fold",
"value": 22774,
"range": "± 753",
"unit": "ns/iter"
},
{
"name": "micro/ops/sort",
"value": 80934,
"range": "± 1546",
"unit": "ns/iter"
},
{
"name": "micro/ops/crossjoin",
"value": 104400,
"range": "± 2414",
"unit": "ns/iter"
},
{
"name": "micro/ops/anti_join",
"value": 8048,
"range": "± 447",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/small",
"value": 48548,
"range": "± 1261",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/big",
"value": 72986,
"range": "± 4030",
"unit": "ns/iter"
},
{
"name": "micro/ops/group_by",
"value": 8912,
"range": "± 263",
"unit": "ns/iter"
}
]
}
]
}
Expand Down
Loading

0 comments on commit 6fd4aec

Please sign in to comment.