Skip to content

Commit

Permalink
Update Benchmarks 2024-01-27 bb66f7e
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 27, 2024
1 parent f3048a8 commit b8c2c99
Show file tree
Hide file tree
Showing 764 changed files with 30,721 additions and 30,339 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": 1706241089514,
"lastUpdate": 1706327423845,
"repoUrl": "https://github.com/hydro-project/hydroflow",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -108517,6 +108517,214 @@ 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": "bb66f7eda082638bd09d4d632afdc9709fb17db8",
"message": "chore: add info on preserving changelogs when moving crates in `RELEASING.md` (#1046)",
"timestamp": "2024-01-26T19:51:25Z",
"url": "https://github.com/hydro-project/hydroflow/commit/bb66f7eda082638bd09d4d632afdc9709fb17db8"
},
"date": 1706327423813,
"tool": "cargo",
"benches": [
{
"name": "arithmetic/hydroflow/compiled",
"value": 309707,
"range": "± 866",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/compiled_no_cheating",
"value": 6502573,
"range": "± 48880",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/surface",
"value": 6527289,
"range": "± 167206",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow",
"value": 70619098,
"range": "± 270850",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow/surface",
"value": 30290484,
"range": "± 837765",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/scheduled",
"value": 44588948,
"range": "± 1881266",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/surface",
"value": 6449961,
"range": "± 18579",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow",
"value": 5275255,
"range": "± 49006",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow_builder",
"value": 4189545,
"range": "± 15018",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow",
"value": 8417637,
"range": "± 115024",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/compiled",
"value": 6515447,
"range": "± 33926",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/surface",
"value": 6620577,
"range": "± 18175",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/scheduled",
"value": 1947082,
"range": "± 27453",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow",
"value": 1979328,
"range": "± 9544",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface",
"value": 5263828,
"range": "± 28825",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface_cheating",
"value": 1582854,
"range": "± 9322",
"unit": "ns/iter"
},
{
"name": "micro/ops/identity",
"value": 4011,
"range": "± 103",
"unit": "ns/iter"
},
{
"name": "micro/ops/unique",
"value": 53003,
"range": "± 460",
"unit": "ns/iter"
},
{
"name": "micro/ops/map",
"value": 6536,
"range": "± 274",
"unit": "ns/iter"
},
{
"name": "micro/ops/flat_map",
"value": 21859,
"range": "± 159",
"unit": "ns/iter"
},
{
"name": "micro/ops/join",
"value": 82092,
"range": "± 3798",
"unit": "ns/iter"
},
{
"name": "micro/ops/difference",
"value": 70697,
"range": "± 915",
"unit": "ns/iter"
},
{
"name": "micro/ops/union",
"value": 15030,
"range": "± 123",
"unit": "ns/iter"
},
{
"name": "micro/ops/tee",
"value": 6895,
"range": "± 39",
"unit": "ns/iter"
},
{
"name": "micro/ops/fold",
"value": 18278,
"range": "± 1105",
"unit": "ns/iter"
},
{
"name": "micro/ops/sort",
"value": 99573,
"range": "± 2402",
"unit": "ns/iter"
},
{
"name": "micro/ops/crossjoin",
"value": 111543,
"range": "± 2608",
"unit": "ns/iter"
},
{
"name": "micro/ops/anti_join",
"value": 9040,
"range": "± 305",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/small",
"value": 52135,
"range": "± 1405",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/big",
"value": 68981,
"range": "± 3414",
"unit": "ns/iter"
},
{
"name": "micro/ops/group_by",
"value": 8976,
"range": "± 323",
"unit": "ns/iter"
}
]
}
]
}
Expand Down
Loading

0 comments on commit b8c2c99

Please sign in to comment.