Skip to content

Commit

Permalink
Update Benchmarks 2024-09-29 ec37ac4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 29, 2024
1 parent 7966300 commit 8c618ae
Show file tree
Hide file tree
Showing 788 changed files with 30,740 additions and 30,376 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": 1727495805373,
"lastUpdate": 1727582340797,
"repoUrl": "https://github.com/MingweiSamuel/hydroflow",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -152747,6 +152747,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": 1727582340762,
"tool": "cargo",
"benches": [
{
"name": "arithmetic/hydroflow/compiled",
"value": 310789,
"range": "± 4010",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/compiled_no_cheating",
"value": 6525237,
"range": "± 6555",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/surface",
"value": 6555638,
"range": "± 17077",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow",
"value": 69074179,
"range": "± 1101522",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow/surface",
"value": 30609319,
"range": "± 1073180",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/scheduled",
"value": 45102379,
"range": "± 1299833",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/surface",
"value": 6516246,
"range": "± 27037",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow",
"value": 5980728,
"range": "± 56754",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow/surface",
"value": 32706361,
"range": "± 1092752",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow_builder",
"value": 4270604,
"range": "± 23434",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow",
"value": 8609420,
"range": "± 67942",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/compiled",
"value": 6525456,
"range": "± 14252",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/surface",
"value": 6665560,
"range": "± 16717",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/scheduled",
"value": 1864432,
"range": "± 14869",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow",
"value": 1907685,
"range": "± 18454",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface",
"value": 5401185,
"range": "± 42730",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface_cheating",
"value": 1602456,
"range": "± 17885",
"unit": "ns/iter"
},
{
"name": "micro/ops/identity",
"value": 4018,
"range": "± 94",
"unit": "ns/iter"
},
{
"name": "micro/ops/unique",
"value": 53244,
"range": "± 495",
"unit": "ns/iter"
},
{
"name": "micro/ops/map",
"value": 6624,
"range": "± 107",
"unit": "ns/iter"
},
{
"name": "micro/ops/flat_map",
"value": 6627,
"range": "± 91",
"unit": "ns/iter"
},
{
"name": "micro/ops/join",
"value": 83277,
"range": "± 920",
"unit": "ns/iter"
},
{
"name": "micro/ops/difference",
"value": 77028,
"range": "± 2427",
"unit": "ns/iter"
},
{
"name": "micro/ops/union",
"value": 15371,
"range": "± 354",
"unit": "ns/iter"
},
{
"name": "micro/ops/tee",
"value": 6965,
"range": "± 56",
"unit": "ns/iter"
},
{
"name": "micro/ops/fold",
"value": 21455,
"range": "± 626",
"unit": "ns/iter"
},
{
"name": "micro/ops/sort",
"value": 99421,
"range": "± 2706",
"unit": "ns/iter"
},
{
"name": "micro/ops/crossjoin",
"value": 101600,
"range": "± 1163",
"unit": "ns/iter"
},
{
"name": "micro/ops/anti_join",
"value": 8666,
"range": "± 238",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/small",
"value": 48888,
"range": "± 1472",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/big",
"value": 69662,
"range": "± 4163",
"unit": "ns/iter"
},
{
"name": "micro/ops/group_by",
"value": 9292,
"range": "± 275",
"unit": "ns/iter"
}
]
}
]
}
Expand Down
Loading

0 comments on commit 8c618ae

Please sign in to comment.