Skip to content

Commit

Permalink
Update Benchmarks 2024-09-30 ec37ac4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 30, 2024
1 parent 2acbf80 commit a1888cb
Show file tree
Hide file tree
Showing 788 changed files with 31,471 additions and 30,975 deletions.
216 changes: 215 additions & 1 deletion bench/data.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
window.BENCHMARK_DATA =
{
"lastUpdate": 1727582340797,
"lastUpdate": 1727668861631,
"repoUrl": "https://github.com/MingweiSamuel/hydroflow",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -152961,6 +152961,220 @@ window.BENCHMARK_DATA =
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"name": "Mingwei Samuel",
"username": "MingweiSamuel",
"email": "[email protected]"
},
"committer": {
"name": "Mingwei Samuel",
"username": "MingweiSamuel",
"email": "[email protected]"
},
"id": "ec37ac4d5342b8e3fee03cb78895473546965c26",
"message": "use shallow clone to speed things up",
"timestamp": "2024-07-16T17:55:14Z",
"url": "https://github.com/MingweiSamuel/hydroflow/commit/ec37ac4d5342b8e3fee03cb78895473546965c26"
},
"date": 1727668861594,
"tool": "cargo",
"benches": [
{
"name": "arithmetic/hydroflow/compiled",
"value": 310709,
"range": "± 3162",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/compiled_no_cheating",
"value": 6522976,
"range": "± 153691",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/surface",
"value": 6565183,
"range": "± 183794",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow",
"value": 68413520,
"range": "± 836935",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow/surface",
"value": 28374700,
"range": "± 1103637",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/scheduled",
"value": 42709208,
"range": "± 317735",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/surface",
"value": 6516908,
"range": "± 92155",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow",
"value": 6363871,
"range": "± 67331",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow/surface",
"value": 33134703,
"range": "± 2203486",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow_builder",
"value": 3856035,
"range": "± 25566",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow",
"value": 7585061,
"range": "± 151552",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/compiled",
"value": 6525161,
"range": "± 140683",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/surface",
"value": 6667339,
"range": "± 20228",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/scheduled",
"value": 1862240,
"range": "± 48577",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow",
"value": 1898946,
"range": "± 25583",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface",
"value": 5363487,
"range": "± 71351",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface_cheating",
"value": 1597221,
"range": "± 29789",
"unit": "ns/iter"
},
{
"name": "micro/ops/identity",
"value": 4016,
"range": "± 56",
"unit": "ns/iter"
},
{
"name": "micro/ops/unique",
"value": 53250,
"range": "± 1537",
"unit": "ns/iter"
},
{
"name": "micro/ops/map",
"value": 6632,
"range": "± 117",
"unit": "ns/iter"
},
{
"name": "micro/ops/flat_map",
"value": 6607,
"range": "± 80",
"unit": "ns/iter"
},
{
"name": "micro/ops/join",
"value": 83009,
"range": "± 866",
"unit": "ns/iter"
},
{
"name": "micro/ops/difference",
"value": 77143,
"range": "± 1598",
"unit": "ns/iter"
},
{
"name": "micro/ops/union",
"value": 15215,
"range": "± 120",
"unit": "ns/iter"
},
{
"name": "micro/ops/tee",
"value": 6972,
"range": "± 51",
"unit": "ns/iter"
},
{
"name": "micro/ops/fold",
"value": 21517,
"range": "± 815",
"unit": "ns/iter"
},
{
"name": "micro/ops/sort",
"value": 99450,
"range": "± 1550",
"unit": "ns/iter"
},
{
"name": "micro/ops/crossjoin",
"value": 101744,
"range": "± 6048",
"unit": "ns/iter"
},
{
"name": "micro/ops/anti_join",
"value": 8730,
"range": "± 189",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/small",
"value": 48934,
"range": "± 1495",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/big",
"value": 70244,
"range": "± 3607",
"unit": "ns/iter"
},
{
"name": "micro/ops/group_by",
"value": 9339,
"range": "± 385",
"unit": "ns/iter"
}
]
}
]
}
Expand Down
Loading

0 comments on commit a1888cb

Please sign in to comment.