Skip to content

Commit

Permalink
Update Benchmarks 2023-11-17 8b63568
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 17, 2023
1 parent dcb028f commit efa96b2
Show file tree
Hide file tree
Showing 764 changed files with 30,462 additions and 30,548 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": 1700106590556,
"lastUpdate": 1700192971175,
"repoUrl": "https://github.com/hydro-project/hydroflow",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -93957,6 +93957,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": 1700192971156,
"tool": "cargo",
"benches": [
{
"name": "arithmetic/hydroflow/compiled",
"value": 309125,
"range": "± 766",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/compiled_no_cheating",
"value": 6489889,
"range": "± 14389",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/surface",
"value": 6516720,
"range": "± 187907",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow",
"value": 76507332,
"range": "± 277927",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow/surface",
"value": 44373164,
"range": "± 464849",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/scheduled",
"value": 42842756,
"range": "± 254171",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/surface",
"value": 6421832,
"range": "± 7622",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow",
"value": 5562517,
"range": "± 24473",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow_builder",
"value": 4417946,
"range": "± 322866",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow",
"value": 8546319,
"range": "± 137787",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/compiled",
"value": 6492563,
"range": "± 22247",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/surface",
"value": 6608107,
"range": "± 11622",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/scheduled",
"value": 1943118,
"range": "± 76988",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow",
"value": 1978947,
"range": "± 4187",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface",
"value": 5351358,
"range": "± 137465",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface_cheating",
"value": 1596659,
"range": "± 13882",
"unit": "ns/iter"
},
{
"name": "micro/ops/identity",
"value": 3950,
"range": "± 57",
"unit": "ns/iter"
},
{
"name": "micro/ops/unique",
"value": 52814,
"range": "± 350",
"unit": "ns/iter"
},
{
"name": "micro/ops/map",
"value": 9462,
"range": "± 92",
"unit": "ns/iter"
},
{
"name": "micro/ops/flat_map",
"value": 6600,
"range": "± 67",
"unit": "ns/iter"
},
{
"name": "micro/ops/join",
"value": 87786,
"range": "± 1943",
"unit": "ns/iter"
},
{
"name": "micro/ops/difference",
"value": 72335,
"range": "± 976",
"unit": "ns/iter"
},
{
"name": "micro/ops/union",
"value": 14906,
"range": "± 86",
"unit": "ns/iter"
},
{
"name": "micro/ops/tee",
"value": 6897,
"range": "± 43",
"unit": "ns/iter"
},
{
"name": "micro/ops/fold",
"value": 18341,
"range": "± 1312",
"unit": "ns/iter"
},
{
"name": "micro/ops/sort",
"value": 101068,
"range": "± 1213",
"unit": "ns/iter"
},
{
"name": "micro/ops/crossjoin",
"value": 106252,
"range": "± 1829",
"unit": "ns/iter"
},
{
"name": "micro/ops/anti_join",
"value": 9110,
"range": "± 406",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/small",
"value": 52657,
"range": "± 2535",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/big",
"value": 68974,
"range": "± 3888",
"unit": "ns/iter"
},
{
"name": "micro/ops/group_by",
"value": 8913,
"range": "± 251",
"unit": "ns/iter"
}
]
}
]
}
Expand Down
Loading

0 comments on commit efa96b2

Please sign in to comment.