-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Benchmarks 2023-10-22 3136e0f
- Loading branch information
1 parent
d54761d
commit 4654c05
Showing
762 changed files
with
36,112 additions
and
35,748 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
window.BENCHMARK_DATA = | ||
{ | ||
"lastUpdate": 1697860741014, | ||
"lastUpdate": 1697947421055, | ||
"repoUrl": "https://github.com/hydro-project/hydroflow", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -88549,6 +88549,214 @@ window.BENCHMARK_DATA = | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"name": "zzlk", | ||
"username": "zzlk", | ||
"email": "[email protected]" | ||
}, | ||
"committer": { | ||
"name": "GitHub", | ||
"username": "web-flow", | ||
"email": "[email protected]" | ||
}, | ||
"id": "3136e0f286f87e944e7f718d926fd7670b44194b", | ||
"message": "fix!: fold takes initial value by closure rather than by value (#948)\n\nBREAKING CHANGE: first argument of fold() is now a closure instead of a value", | ||
"timestamp": "2023-10-18T16:02:35Z", | ||
"url": "https://github.com/hydro-project/hydroflow/commit/3136e0f286f87e944e7f718d926fd7670b44194b" | ||
}, | ||
"date": 1697947421023, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "arithmetic/hydroflow/compiled", | ||
"value": 381085, | ||
"range": "± 19905", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "arithmetic/hydroflow/compiled_no_cheating", | ||
"value": 20089486, | ||
"range": "± 750002", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "arithmetic/hydroflow/surface", | ||
"value": 20173565, | ||
"range": "± 790533", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fan_in/hydroflow", | ||
"value": 184607098, | ||
"range": "± 3728554", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fan_in/hydroflow/surface", | ||
"value": 47600880, | ||
"range": "± 1866335", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fan_out/hydroflow/scheduled", | ||
"value": 101688409, | ||
"range": "± 3235209", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fan_out/hydroflow/surface", | ||
"value": 8059516, | ||
"range": "± 373743", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fork_join/hydroflow", | ||
"value": 11191982, | ||
"range": "± 548838", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fork_join/hydroflow_builder", | ||
"value": 10103515, | ||
"range": "± 310476", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "identity/hydroflow", | ||
"value": 19235705, | ||
"range": "± 522376", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "identity/hydroflow/compiled", | ||
"value": 18266432, | ||
"range": "± 681198", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "identity/hydroflow/surface", | ||
"value": 18547458, | ||
"range": "± 1208247", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "reachability/hydroflow/scheduled", | ||
"value": 2964359, | ||
"range": "± 178637", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "reachability/hydroflow", | ||
"value": 3076883, | ||
"range": "± 97470", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "reachability/hydroflow/surface", | ||
"value": 9156147, | ||
"range": "± 396851", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "reachability/hydroflow/surface_cheating", | ||
"value": 2516532, | ||
"range": "± 68675", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "micro/ops/identity", | ||
"value": 6656, | ||
"range": "± 401", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "micro/ops/unique", | ||
"value": 96419, | ||
"range": "± 7654", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "micro/ops/map", | ||
"value": 11136, | ||
"range": "± 688", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "micro/ops/flat_map", | ||
"value": 31054, | ||
"range": "± 1632", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "micro/ops/join", | ||
"value": 156121, | ||
"range": "± 12608", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "micro/ops/difference", | ||
"value": 134381, | ||
"range": "± 6189", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "micro/ops/union", | ||
"value": 47364, | ||
"range": "± 2198", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "micro/ops/tee", | ||
"value": 11069, | ||
"range": "± 513", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "micro/ops/fold", | ||
"value": 38293, | ||
"range": "± 2631", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "micro/ops/sort", | ||
"value": 155158, | ||
"range": "± 7902", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "micro/ops/crossjoin", | ||
"value": 136958, | ||
"range": "± 6497", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "micro/ops/anti_join", | ||
"value": 16631, | ||
"range": "± 2346", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "micro/ops/next_tick/small", | ||
"value": 90487, | ||
"range": "± 7603", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "micro/ops/next_tick/big", | ||
"value": 164317, | ||
"range": "± 18899", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "micro/ops/group_by", | ||
"value": 16632, | ||
"range": "± 1555", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|
Oops, something went wrong.