Skip to content

Commit

Permalink
Update Benchmarks 2023-12-14 7e1eae6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 14, 2023
1 parent cd88fe7 commit ca0d25b
Show file tree
Hide file tree
Showing 762 changed files with 30,650 additions and 30,422 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": 1702439400530,
"lastUpdate": 1702525795239,
"repoUrl": "https://github.com/hydro-project/hydroflow",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -99573,6 +99573,214 @@ window.BENCHMARK_DATA =
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"name": "Mingwei Samuel",
"username": "MingweiSamuel",
"email": "[email protected]"
},
"committer": {
"name": "GitHub",
"username": "web-flow",
"email": "[email protected]"
},
"id": "7e1eae6b708ef89c833cd2d2c2e5112c2bd84395",
"message": "refactor: remove intrinsics from KVS bench, fixes warning (#979)",
"timestamp": "2023-12-13T22:09:00Z",
"url": "https://github.com/hydro-project/hydroflow/commit/7e1eae6b708ef89c833cd2d2c2e5112c2bd84395"
},
"date": 1702525795219,
"tool": "cargo",
"benches": [
{
"name": "arithmetic/hydroflow/compiled",
"value": 309154,
"range": "± 2232",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/compiled_no_cheating",
"value": 6490334,
"range": "± 7425",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/surface",
"value": 6533189,
"range": "± 159034",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow",
"value": 77503530,
"range": "± 688008",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow/surface",
"value": 44116220,
"range": "± 509495",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/scheduled",
"value": 47438285,
"range": "± 764472",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/surface",
"value": 6433071,
"range": "± 12939",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow",
"value": 5327051,
"range": "± 31867",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow_builder",
"value": 4424208,
"range": "± 62313",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow",
"value": 7919736,
"range": "± 190972",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/compiled",
"value": 6492714,
"range": "± 12765",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/surface",
"value": 6618534,
"range": "± 18665",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/scheduled",
"value": 1966798,
"range": "± 48179",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow",
"value": 1983484,
"range": "± 17217",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface",
"value": 5481643,
"range": "± 111420",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface_cheating",
"value": 1593656,
"range": "± 13355",
"unit": "ns/iter"
},
{
"name": "micro/ops/identity",
"value": 3920,
"range": "± 48",
"unit": "ns/iter"
},
{
"name": "micro/ops/unique",
"value": 52829,
"range": "± 301",
"unit": "ns/iter"
},
{
"name": "micro/ops/map",
"value": 9476,
"range": "± 94",
"unit": "ns/iter"
},
{
"name": "micro/ops/flat_map",
"value": 6541,
"range": "± 68",
"unit": "ns/iter"
},
{
"name": "micro/ops/join",
"value": 85017,
"range": "± 507",
"unit": "ns/iter"
},
{
"name": "micro/ops/difference",
"value": 72681,
"range": "± 1152",
"unit": "ns/iter"
},
{
"name": "micro/ops/union",
"value": 14917,
"range": "± 325",
"unit": "ns/iter"
},
{
"name": "micro/ops/tee",
"value": 6899,
"range": "± 78",
"unit": "ns/iter"
},
{
"name": "micro/ops/fold",
"value": 18361,
"range": "± 1596",
"unit": "ns/iter"
},
{
"name": "micro/ops/sort",
"value": 101303,
"range": "± 991",
"unit": "ns/iter"
},
{
"name": "micro/ops/crossjoin",
"value": 102958,
"range": "± 2345",
"unit": "ns/iter"
},
{
"name": "micro/ops/anti_join",
"value": 9139,
"range": "± 152",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/small",
"value": 51523,
"range": "± 1570",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/big",
"value": 69315,
"range": "± 3371",
"unit": "ns/iter"
},
{
"name": "micro/ops/group_by",
"value": 8980,
"range": "± 264",
"unit": "ns/iter"
}
]
}
]
}
Expand Down
Loading

0 comments on commit ca0d25b

Please sign in to comment.