Skip to content

Commit

Permalink
Update Benchmarks 2024-11-30 6688e97
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 30, 2024
1 parent bd1dc96 commit 5f9be05
Show file tree
Hide file tree
Showing 811 changed files with 33,526 additions and 33,286 deletions.
222 changes: 221 additions & 1 deletion bench/data.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
window.BENCHMARK_DATA =
{
"lastUpdate": 1732853093812,
"lastUpdate": 1732939278250,
"repoUrl": "https://github.com/hydro-project/hydroflow",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -174451,6 +174451,226 @@ window.BENCHMARK_DATA =
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"name": "Shadaj Laddad",
"username": "shadaj",
"email": "shadaj@users.noreply.github.com"
},
"committer": {
"name": "GitHub",
"username": "web-flow",
"email": "noreply@github.com"
},
"id": "6688e9723151ff28ed29538a397a31bdd272d7a2",
"message": "fix(paxos): use `Instant` instead of `SystemTime` to ensure monotonic clock (#1588)",
"timestamp": "2024-11-28T00:49:27Z",
"url": "https://github.com/hydro-project/hydroflow/commit/6688e9723151ff28ed29538a397a31bdd272d7a2"
},
"date": 1732939278214,
"tool": "cargo",
"benches": [
{
"name": "arithmetic/hydroflow/compiled",
"value": 309119,
"range": "± 3966",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/compiled_no_cheating",
"value": 6492707,
"range": "± 28000",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/surface",
"value": 6524590,
"range": "± 112437",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow",
"value": 74039467,
"range": "± 486337",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow/surface",
"value": 40922102,
"range": "± 165721",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/scheduled",
"value": 47609951,
"range": "± 330301",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/surface",
"value": 6477484,
"range": "± 14072",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow",
"value": 6329506,
"range": "± 47348",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow/surface",
"value": 32370207,
"range": "± 3013102",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow_builder",
"value": 5389158,
"range": "± 34248",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow",
"value": 6457555,
"range": "± 76851",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/compiled",
"value": 6493204,
"range": "± 31025",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/surface",
"value": 6633473,
"range": "± 21271",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/scheduled",
"value": 1801295,
"range": "± 8408",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow",
"value": 1788595,
"range": "± 11079",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface",
"value": 5297327,
"range": "± 41175",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface_cheating",
"value": 1504452,
"range": "± 39612",
"unit": "ns/iter"
},
{
"name": "hydroflow_diamond",
"value": 60746252,
"range": "± 800713",
"unit": "ns/iter"
},
{
"name": "micro/ops/identity",
"value": 3950,
"range": "± 92",
"unit": "ns/iter"
},
{
"name": "micro/ops/unique",
"value": 52703,
"range": "± 429",
"unit": "ns/iter"
},
{
"name": "micro/ops/map",
"value": 9481,
"range": "± 343",
"unit": "ns/iter"
},
{
"name": "micro/ops/flat_map",
"value": 6617,
"range": "± 49",
"unit": "ns/iter"
},
{
"name": "micro/ops/join",
"value": 76545,
"range": "± 1199",
"unit": "ns/iter"
},
{
"name": "micro/ops/difference",
"value": 70310,
"range": "± 1211",
"unit": "ns/iter"
},
{
"name": "micro/ops/union",
"value": 15080,
"range": "± 175",
"unit": "ns/iter"
},
{
"name": "micro/ops/tee",
"value": 6907,
"range": "± 34",
"unit": "ns/iter"
},
{
"name": "micro/ops/fold",
"value": 21900,
"range": "± 801",
"unit": "ns/iter"
},
{
"name": "micro/ops/sort",
"value": 80579,
"range": "± 1528",
"unit": "ns/iter"
},
{
"name": "micro/ops/crossjoin",
"value": 102687,
"range": "± 2916",
"unit": "ns/iter"
},
{
"name": "micro/ops/anti_join",
"value": 8059,
"range": "± 566",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/small",
"value": 51306,
"range": "± 1589",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/big",
"value": 69859,
"range": "± 3110",
"unit": "ns/iter"
},
{
"name": "micro/ops/group_by",
"value": 8843,
"range": "± 248",
"unit": "ns/iter"
}
]
}
]
}
Expand Down
Loading

0 comments on commit 5f9be05

Please sign in to comment.