Skip to content

Commit

Permalink
Update Benchmarks 2023-11-15 8b63568
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 15, 2023
1 parent 90efb4b commit db149d3
Show file tree
Hide file tree
Showing 765 changed files with 32,546 additions and 31,618 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": 1699933767576,
"lastUpdate": 1700020167889,
"repoUrl": "https://github.com/hydro-project/hydroflow",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -93541,6 +93541,214 @@ 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": "8b635683e5ac3c4ed2d896ae88e2953db1c6312c",
"message": "feat(hydroflow): add a functional surface syntax using staging (#899)",
"timestamp": "2023-11-14T01:52:04Z",
"url": "https://github.com/hydro-project/hydroflow/commit/8b635683e5ac3c4ed2d896ae88e2953db1c6312c"
},
"date": 1700020167870,
"tool": "cargo",
"benches": [
{
"name": "arithmetic/hydroflow/compiled",
"value": 309190,
"range": "± 3760",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/compiled_no_cheating",
"value": 6490455,
"range": "± 460661",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/surface",
"value": 6526164,
"range": "± 156839",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow",
"value": 74256933,
"range": "± 867255",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow/surface",
"value": 44396055,
"range": "± 381227",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/scheduled",
"value": 42213496,
"range": "± 808330",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/surface",
"value": 6425270,
"range": "± 9012",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow",
"value": 5640786,
"range": "± 32197",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow_builder",
"value": 4393516,
"range": "± 37105",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow",
"value": 7800702,
"range": "± 128932",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/compiled",
"value": 6491718,
"range": "± 8088",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/surface",
"value": 6607757,
"range": "± 9207",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/scheduled",
"value": 1942239,
"range": "± 7771",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow",
"value": 1969235,
"range": "± 13068",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface",
"value": 5326369,
"range": "± 15434",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface_cheating",
"value": 1584723,
"range": "± 11235",
"unit": "ns/iter"
},
{
"name": "micro/ops/identity",
"value": 3893,
"range": "± 29",
"unit": "ns/iter"
},
{
"name": "micro/ops/unique",
"value": 52748,
"range": "± 163",
"unit": "ns/iter"
},
{
"name": "micro/ops/map",
"value": 9465,
"range": "± 143",
"unit": "ns/iter"
},
{
"name": "micro/ops/flat_map",
"value": 6554,
"range": "± 70",
"unit": "ns/iter"
},
{
"name": "micro/ops/join",
"value": 85017,
"range": "± 952",
"unit": "ns/iter"
},
{
"name": "micro/ops/difference",
"value": 72396,
"range": "± 1224",
"unit": "ns/iter"
},
{
"name": "micro/ops/union",
"value": 14872,
"range": "± 150",
"unit": "ns/iter"
},
{
"name": "micro/ops/tee",
"value": 6873,
"range": "± 209",
"unit": "ns/iter"
},
{
"name": "micro/ops/fold",
"value": 18234,
"range": "± 1480",
"unit": "ns/iter"
},
{
"name": "micro/ops/sort",
"value": 100343,
"range": "± 2567",
"unit": "ns/iter"
},
{
"name": "micro/ops/crossjoin",
"value": 108185,
"range": "± 2019",
"unit": "ns/iter"
},
{
"name": "micro/ops/anti_join",
"value": 9152,
"range": "± 147",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/small",
"value": 51351,
"range": "± 1437",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/big",
"value": 68971,
"range": "± 3264",
"unit": "ns/iter"
},
{
"name": "micro/ops/group_by",
"value": 8957,
"range": "± 302",
"unit": "ns/iter"
}
]
}
]
}
Expand Down
Loading

0 comments on commit db149d3

Please sign in to comment.