Skip to content

Commit

Permalink
Update Benchmarks 2024-10-01 ec37ac4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 1, 2024
1 parent a1888cb commit bc257a1
Show file tree
Hide file tree
Showing 786 changed files with 30,912 additions and 30,554 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": 1727668861631,
"lastUpdate": 1727755360295,
"repoUrl": "https://github.com/MingweiSamuel/hydroflow",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -153175,6 +153175,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": 1727755360263,
"tool": "cargo",
"benches": [
{
"name": "arithmetic/hydroflow/compiled",
"value": 310782,
"range": "± 474",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/compiled_no_cheating",
"value": 6524447,
"range": "± 6336",
"unit": "ns/iter"
},
{
"name": "arithmetic/hydroflow/surface",
"value": 6555090,
"range": "± 112720",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow",
"value": 67431865,
"range": "± 1112794",
"unit": "ns/iter"
},
{
"name": "fan_in/hydroflow/surface",
"value": 28923638,
"range": "± 1190977",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/scheduled",
"value": 43636993,
"range": "± 888716",
"unit": "ns/iter"
},
{
"name": "fan_out/hydroflow/surface",
"value": 6512089,
"range": "± 23192",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow",
"value": 6224973,
"range": "± 25246",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow/surface",
"value": 32763395,
"range": "± 1198527",
"unit": "ns/iter"
},
{
"name": "fork_join/hydroflow_builder",
"value": 3837952,
"range": "± 86490",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow",
"value": 7248813,
"range": "± 47105",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/compiled",
"value": 6525843,
"range": "± 16476",
"unit": "ns/iter"
},
{
"name": "identity/hydroflow/surface",
"value": 6667485,
"range": "± 22398",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/scheduled",
"value": 1877771,
"range": "± 13616",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow",
"value": 1916168,
"range": "± 19071",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface",
"value": 5358130,
"range": "± 33454",
"unit": "ns/iter"
},
{
"name": "reachability/hydroflow/surface_cheating",
"value": 1594827,
"range": "± 19495",
"unit": "ns/iter"
},
{
"name": "micro/ops/identity",
"value": 3981,
"range": "± 51",
"unit": "ns/iter"
},
{
"name": "micro/ops/unique",
"value": 53187,
"range": "± 214",
"unit": "ns/iter"
},
{
"name": "micro/ops/map",
"value": 6569,
"range": "± 225",
"unit": "ns/iter"
},
{
"name": "micro/ops/flat_map",
"value": 6596,
"range": "± 127",
"unit": "ns/iter"
},
{
"name": "micro/ops/join",
"value": 83034,
"range": "± 575",
"unit": "ns/iter"
},
{
"name": "micro/ops/difference",
"value": 77207,
"range": "± 1339",
"unit": "ns/iter"
},
{
"name": "micro/ops/union",
"value": 15232,
"range": "± 243",
"unit": "ns/iter"
},
{
"name": "micro/ops/tee",
"value": 6968,
"range": "± 73",
"unit": "ns/iter"
},
{
"name": "micro/ops/fold",
"value": 21235,
"range": "± 715",
"unit": "ns/iter"
},
{
"name": "micro/ops/sort",
"value": 99013,
"range": "± 4648",
"unit": "ns/iter"
},
{
"name": "micro/ops/crossjoin",
"value": 101780,
"range": "± 2331",
"unit": "ns/iter"
},
{
"name": "micro/ops/anti_join",
"value": 8689,
"range": "± 177",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/small",
"value": 49097,
"range": "± 1208",
"unit": "ns/iter"
},
{
"name": "micro/ops/next_tick/big",
"value": 69643,
"range": "± 3313",
"unit": "ns/iter"
},
{
"name": "micro/ops/group_by",
"value": 9214,
"range": "± 273",
"unit": "ns/iter"
}
]
}
]
}
Expand Down
Loading

0 comments on commit bc257a1

Please sign in to comment.