Skip to content

Commit

Permalink
Update Benchmarks 2023-10-05 db9f270
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 5, 2023
1 parent 3cf38bd commit 22cfd6a
Show file tree
Hide file tree
Showing 762 changed files with 32,255 additions and 32,219 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": 1696391721041,
"lastUpdate": 1696478121261,
"repoUrl": "https://github.com/hydro-project/hydroflow",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -85013,6 +85013,214 @@ window.BENCHMARK_DATA =
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"name": "Mingwei Samuel",
"username": "MingweiSamuel",
"email": "mingwei.samuel@gmail.com"
},
"committer": {
"name": "Mingwei Samuel",
"username": "MingweiSamuel",
"email": "mingwei.samuel@gmail.com"
},
"id": "db9f270e2bdaff8cb4429c13c15ad9ca7bbff61b",
"message": "refactor(hydroflow): cleanup kvs example with lattice properties (#924)\n\nOpen graphs when `--graph` is specified",
"timestamp": "2023-10-04T06:43:08Z",
"url": "https://github.com/hydro-project/hydroflow/commit/db9f270e2bdaff8cb4429c13c15ad9ca7bbff61b"
},
"date": 1696478121236,
"tool": "cargo",
"benches": [
{
"name": "arithmetic/hydroflow/compiled",
"value": 314316,
"range": "± 12430",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/compiled_no_cheating",
"value": 19116013,
"range": "± 240592",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/surface",
"value": 19975093,
"range": "± 65735",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow",
"value": 123422183,
"range": "± 1509003",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow/surface",
"value": 144367674,
"range": "± 778202",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/scheduled",
"value": 74864587,
"range": "± 1697301",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/surface",
"value": 4870591,
"range": "± 10586",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow",
"value": 9261741,
"range": "± 57672",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow_builder",
"value": 9436057,
"range": "± 105715",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow",
"value": 15273999,
"range": "± 179731",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/compiled",
"value": 18223778,
"range": "± 177611",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/surface",
"value": 19538436,
"range": "± 131368",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/scheduled",
"value": 2763667,
"range": "± 18783",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow",
"value": 2744415,
"range": "± 4297",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface",
"value": 7409001,
"range": "± 64448",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface_cheating",
"value": 2228397,
"range": "± 9656",
"unit": "ns/iter"
},
{
"name": "micro/ops/identity",
"value": 8863,
"range": "± 22",
"unit": "ns/iter"
},
{
"name": "micro/ops/unique",
"value": 73774,
"range": "± 369",
"unit": "ns/iter"
},
{
"name": "micro/ops/map",
"value": 8899,
"range": "± 33",
"unit": "ns/iter"
},
{
"name": "micro/ops/flat_map",
"value": 27917,
"range": "± 72",
"unit": "ns/iter"
},
{
"name": "micro/ops/join",
"value": 111785,
"range": "± 2593",
"unit": "ns/iter"
},
{
"name": "micro/ops/difference",
"value": 113422,
"range": "± 1193",
"unit": "ns/iter"
},
{
"name": "micro/ops/union",
"value": 69043,
"range": "± 418",
"unit": "ns/iter"
},
{
"name": "micro/ops/tee",
"value": 10546,
"range": "± 36",
"unit": "ns/iter"
},
{
"name": "micro/ops/fold",
"value": 40426,
"range": "± 1399",
"unit": "ns/iter"
},
{
"name": "micro/ops/sort",
"value": 148354,
"range": "± 1657",
"unit": "ns/iter"
},
{
"name": "micro/ops/crossjoin",
"value": 146162,
"range": "± 1283",
"unit": "ns/iter"
},
{
"name": "micro/ops/anti_join",
"value": 13748,
"range": "± 161",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/small",
"value": 86904,
"range": "± 3671",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/big",
"value": 87984,
"range": "± 4638",
"unit": "ns/iter"
},
{
"name": "micro/ops/group_by",
"value": 12234,
"range": "± 324",
"unit": "ns/iter"
}
]
}
]
}
Expand Down
Loading

0 comments on commit 22cfd6a

Please sign in to comment.