Skip to content

Commit

Permalink
Update Benchmarks 2023-12-15 7e1eae6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 15, 2023
1 parent 70e99d4 commit e061704
Show file tree
Hide file tree
Showing 765 changed files with 30,861 additions and 30,451 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": 1702525795239,
"lastUpdate": 1702612198961,
"repoUrl": "https://github.com/hydro-project/hydroflow",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -99781,6 +99781,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": 1702612198940,
"tool": "cargo",
"benches": [
{
"name": "arithmetic/hydroflow/compiled",
"value": 309137,
"range": "± 7133",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/compiled_no_cheating",
"value": 6490845,
"range": "± 27592",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/surface",
"value": 6525782,
"range": "± 153603",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow",
"value": 77592901,
"range": "± 744249",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow/surface",
"value": 44418957,
"range": "± 594199",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/scheduled",
"value": 44271965,
"range": "± 356143",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/surface",
"value": 6428047,
"range": "± 31727",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow",
"value": 5557057,
"range": "± 44618",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow_builder",
"value": 4938387,
"range": "± 12981",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow",
"value": 9012333,
"range": "± 281162",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/compiled",
"value": 6490696,
"range": "± 9322",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/surface",
"value": 6603955,
"range": "± 14623",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/scheduled",
"value": 1937700,
"range": "± 32702",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow",
"value": 1969449,
"range": "± 24683",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface",
"value": 5341474,
"range": "± 63396",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface_cheating",
"value": 1587092,
"range": "± 17131",
"unit": "ns/iter"
},
{
"name": "micro/ops/identity",
"value": 3923,
"range": "± 35",
"unit": "ns/iter"
},
{
"name": "micro/ops/unique",
"value": 52811,
"range": "± 251",
"unit": "ns/iter"
},
{
"name": "micro/ops/map",
"value": 9444,
"range": "± 102",
"unit": "ns/iter"
},
{
"name": "micro/ops/flat_map",
"value": 6534,
"range": "± 55",
"unit": "ns/iter"
},
{
"name": "micro/ops/join",
"value": 87383,
"range": "± 1210",
"unit": "ns/iter"
},
{
"name": "micro/ops/difference",
"value": 72880,
"range": "± 2654",
"unit": "ns/iter"
},
{
"name": "micro/ops/union",
"value": 14897,
"range": "± 127",
"unit": "ns/iter"
},
{
"name": "micro/ops/tee",
"value": 6881,
"range": "± 43",
"unit": "ns/iter"
},
{
"name": "micro/ops/fold",
"value": 18246,
"range": "± 1307",
"unit": "ns/iter"
},
{
"name": "micro/ops/sort",
"value": 101241,
"range": "± 966",
"unit": "ns/iter"
},
{
"name": "micro/ops/crossjoin",
"value": 108234,
"range": "± 3332",
"unit": "ns/iter"
},
{
"name": "micro/ops/anti_join",
"value": 9100,
"range": "± 170",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/small",
"value": 52485,
"range": "± 1749",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/big",
"value": 69737,
"range": "± 3532",
"unit": "ns/iter"
},
{
"name": "micro/ops/group_by",
"value": 8900,
"range": "± 219",
"unit": "ns/iter"
}
]
}
]
}
Expand Down
Loading

0 comments on commit e061704

Please sign in to comment.