Skip to content

Commit

Permalink
Update Benchmarks 2023-11-05 f327b02
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 5, 2023
1 parent cd7890b commit 96a1608
Show file tree
Hide file tree
Showing 762 changed files with 34,434 additions and 34,292 deletions.
210 changes: 209 additions & 1 deletion bench/data.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
window.BENCHMARK_DATA =
{
"lastUpdate": 1699070663955,
"lastUpdate": 1699156773476,
"repoUrl": "https://github.com/hydro-project/hydroflow",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -91461,6 +91461,214 @@ window.BENCHMARK_DATA =
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"name": "zzlk",
"username": "zzlk",
"email": "[email protected]"
},
"committer": {
"name": "zzlk",
"username": "zzlk",
"email": "[email protected]"
},
"id": "f327b02c8001129e619fb253ab9b6d550e229a48",
"message": "feat: add left,right,outer join module examples",
"timestamp": "2023-11-02T19:38:11Z",
"url": "https://github.com/hydro-project/hydroflow/commit/f327b02c8001129e619fb253ab9b6d550e229a48"
},
"date": 1699156773448,
"tool": "cargo",
"benches": [
{
"name": "arithmetic/hydroflow/compiled",
"value": 375741,
"range": "± 3192",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/compiled_no_cheating",
"value": 16487666,
"range": "± 45568",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/surface",
"value": 16506284,
"range": "± 93419",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow",
"value": 148989490,
"range": "± 857666",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow/surface",
"value": 42211370,
"range": "± 20581",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/scheduled",
"value": 90757459,
"range": "± 1514129",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/surface",
"value": 7406434,
"range": "± 13185",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow",
"value": 8295458,
"range": "± 20987",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow_builder",
"value": 8204558,
"range": "± 15734",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow",
"value": 16431855,
"range": "± 228785",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/compiled",
"value": 14689278,
"range": "± 7558",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/surface",
"value": 14975759,
"range": "± 26467",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/scheduled",
"value": 2370205,
"range": "± 5231",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow",
"value": 2430822,
"range": "± 3635",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface",
"value": 7131337,
"range": "± 38393",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface_cheating",
"value": 2008506,
"range": "± 9901",
"unit": "ns/iter"
},
{
"name": "micro/ops/identity",
"value": 5330,
"range": "± 25",
"unit": "ns/iter"
},
{
"name": "micro/ops/unique",
"value": 96023,
"range": "± 424",
"unit": "ns/iter"
},
{
"name": "micro/ops/map",
"value": 10335,
"range": "± 20",
"unit": "ns/iter"
},
{
"name": "micro/ops/flat_map",
"value": 27628,
"range": "± 50",
"unit": "ns/iter"
},
{
"name": "micro/ops/join",
"value": 118709,
"range": "± 846",
"unit": "ns/iter"
},
{
"name": "micro/ops/difference",
"value": 121814,
"range": "± 986",
"unit": "ns/iter"
},
{
"name": "micro/ops/union",
"value": 35706,
"range": "± 55",
"unit": "ns/iter"
},
{
"name": "micro/ops/tee",
"value": 9245,
"range": "± 113",
"unit": "ns/iter"
},
{
"name": "micro/ops/fold",
"value": 27666,
"range": "± 1704",
"unit": "ns/iter"
},
{
"name": "micro/ops/sort",
"value": 134079,
"range": "± 1786",
"unit": "ns/iter"
},
{
"name": "micro/ops/crossjoin",
"value": 127518,
"range": "± 549",
"unit": "ns/iter"
},
{
"name": "micro/ops/anti_join",
"value": 14600,
"range": "± 413",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/small",
"value": 78737,
"range": "± 3121",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/big",
"value": 86919,
"range": "± 4718",
"unit": "ns/iter"
},
{
"name": "micro/ops/group_by",
"value": 11200,
"range": "± 368",
"unit": "ns/iter"
}
]
}
]
}
Expand Down
Loading

0 comments on commit 96a1608

Please sign in to comment.