-
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-11-07 f327b02
- Loading branch information
1 parent
579656a
commit f860384
Showing
765 changed files
with
36,430 additions
and
34,432 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": 1699243162082, | ||
"lastUpdate": 1699329059758, | ||
"repoUrl": "https://github.com/hydro-project/hydroflow", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -91877,6 +91877,214 @@ window.BENCHMARK_DATA = | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"name": "zzlk", | ||
"username": "zzlk", | ||
"email": "[email protected]" | ||
}, | ||
"committer": { | ||
"name": "zzlk", | ||
"username": "zzlk", | ||
"email": "[email protected]" | ||
}, | ||
"id": "f327b02c8001129e619fb253ab9b6d550e229a48", | ||
"message": "feat: add left,right,outer join module examples", | ||
"timestamp": "2023-11-02T19:38:11Z", | ||
"url": "https://github.com/hydro-project/hydroflow/commit/f327b02c8001129e619fb253ab9b6d550e229a48" | ||
}, | ||
"date": 1699329059730, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "arithmetic/hydroflow/compiled", | ||
"value": 309052, | ||
"range": "± 1188", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "arithmetic/hydroflow/compiled_no_cheating", | ||
"value": 6489563, | ||
"range": "± 16278", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "arithmetic/hydroflow/surface", | ||
"value": 6513901, | ||
"range": "± 205533", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fan_in/hydroflow", | ||
"value": 71099943, | ||
"range": "± 696032", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fan_in/hydroflow/surface", | ||
"value": 44341064, | ||
"range": "± 736388", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fan_out/hydroflow/scheduled", | ||
"value": 42974347, | ||
"range": "± 563724", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fan_out/hydroflow/surface", | ||
"value": 6432666, | ||
"range": "± 14217", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fork_join/hydroflow", | ||
"value": 5636514, | ||
"range": "± 34797", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fork_join/hydroflow_builder", | ||
"value": 3634694, | ||
"range": "± 61585", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "identity/hydroflow", | ||
"value": 6377650, | ||
"range": "± 59509", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "identity/hydroflow/compiled", | ||
"value": 6489639, | ||
"range": "± 106339", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "identity/hydroflow/surface", | ||
"value": 6606184, | ||
"range": "± 11808", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "reachability/hydroflow/scheduled", | ||
"value": 1917841, | ||
"range": "± 18173", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "reachability/hydroflow", | ||
"value": 1939889, | ||
"range": "± 21558", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "reachability/hydroflow/surface", | ||
"value": 5519242, | ||
"range": "± 112921", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "reachability/hydroflow/surface_cheating", | ||
"value": 1584746, | ||
"range": "± 19704", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "micro/ops/identity", | ||
"value": 3932, | ||
"range": "± 36", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "micro/ops/unique", | ||
"value": 52922, | ||
"range": "± 335", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "micro/ops/map", | ||
"value": 9490, | ||
"range": "± 348", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "micro/ops/flat_map", | ||
"value": 21847, | ||
"range": "± 424", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "micro/ops/join", | ||
"value": 85131, | ||
"range": "± 1064", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "micro/ops/difference", | ||
"value": 72153, | ||
"range": "± 694", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "micro/ops/union", | ||
"value": 15656, | ||
"range": "± 363", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "micro/ops/tee", | ||
"value": 6920, | ||
"range": "± 86", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "micro/ops/fold", | ||
"value": 18067, | ||
"range": "± 1394", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "micro/ops/sort", | ||
"value": 98238, | ||
"range": "± 2006", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "micro/ops/crossjoin", | ||
"value": 92801, | ||
"range": "± 2050", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "micro/ops/anti_join", | ||
"value": 9146, | ||
"range": "± 263", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "micro/ops/next_tick/small", | ||
"value": 52151, | ||
"range": "± 3772", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "micro/ops/next_tick/big", | ||
"value": 68981, | ||
"range": "± 3525", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "micro/ops/group_by", | ||
"value": 9133, | ||
"range": "± 427", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|
Oops, something went wrong.