Skip to content

Commit

Permalink
Update Benchmarks 2023-11-23 8b63568
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 23, 2023
1 parent 2eb9f92 commit b9559ca
Show file tree
Hide file tree
Showing 765 changed files with 29,422 additions and 29,394 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": 1700624981381,
"lastUpdate": 1700711378909,
"repoUrl": "https://github.com/hydro-project/hydroflow",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -95205,6 +95205,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": 1700711378891,
"tool": "cargo",
"benches": [
{
"name": "arithmetic/hydroflow/compiled",
"value": 309081,
"range": "± 742",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/compiled_no_cheating",
"value": 6491159,
"range": "± 19604",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/surface",
"value": 6515428,
"range": "± 257280",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow",
"value": 74396474,
"range": "± 1118216",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow/surface",
"value": 44963432,
"range": "± 249569",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/scheduled",
"value": 45548040,
"range": "± 454023",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/surface",
"value": 6421838,
"range": "± 8001",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow",
"value": 5356874,
"range": "± 41935",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow_builder",
"value": 4416716,
"range": "± 59181",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow",
"value": 6355024,
"range": "± 81706",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/compiled",
"value": 6490712,
"range": "± 17263",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/surface",
"value": 6606154,
"range": "± 17689",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/scheduled",
"value": 1935211,
"range": "± 24894",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow",
"value": 1984424,
"range": "± 16100",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface",
"value": 5319480,
"range": "± 15706",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface_cheating",
"value": 1585183,
"range": "± 7200",
"unit": "ns/iter"
},
{
"name": "micro/ops/identity",
"value": 3919,
"range": "± 28",
"unit": "ns/iter"
},
{
"name": "micro/ops/unique",
"value": 52803,
"range": "± 1830",
"unit": "ns/iter"
},
{
"name": "micro/ops/map",
"value": 9435,
"range": "± 87",
"unit": "ns/iter"
},
{
"name": "micro/ops/flat_map",
"value": 6687,
"range": "± 66",
"unit": "ns/iter"
},
{
"name": "micro/ops/join",
"value": 84811,
"range": "± 239",
"unit": "ns/iter"
},
{
"name": "micro/ops/difference",
"value": 72303,
"range": "± 1308",
"unit": "ns/iter"
},
{
"name": "micro/ops/union",
"value": 14856,
"range": "± 113",
"unit": "ns/iter"
},
{
"name": "micro/ops/tee",
"value": 6871,
"range": "± 37",
"unit": "ns/iter"
},
{
"name": "micro/ops/fold",
"value": 18345,
"range": "± 1407",
"unit": "ns/iter"
},
{
"name": "micro/ops/sort",
"value": 101130,
"range": "± 1655",
"unit": "ns/iter"
},
{
"name": "micro/ops/crossjoin",
"value": 107896,
"range": "± 1776",
"unit": "ns/iter"
},
{
"name": "micro/ops/anti_join",
"value": 9128,
"range": "± 129",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/small",
"value": 51564,
"range": "± 1393",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/big",
"value": 69316,
"range": "± 3604",
"unit": "ns/iter"
},
{
"name": "micro/ops/group_by",
"value": 8943,
"range": "± 264",
"unit": "ns/iter"
}
]
}
]
}
Expand Down
Loading

0 comments on commit b9559ca

Please sign in to comment.