-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (cargo) benchmark result for 4f4d747
- Loading branch information
github-action-benchmark
committed
Jun 23, 2024
1 parent
ba0ca68
commit 150cbbe
Showing
1 changed file
with
79 additions
and
1 deletion.
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,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1718990222081, | ||
"lastUpdate": 1719167806753, | ||
"repoUrl": "https://github.com/antiguru/flatcontainer", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -4994,6 +4994,84 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Moritz Hoffmann", | ||
"username": "antiguru" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "4f4d7479bc77563ae8a9d82357ecb9d1449861a5", | ||
"message": "Efficient cloning of regions and flat stack (#45)\n\nSigned-off-by: Moritz Hoffmann <[email protected]>", | ||
"timestamp": "2024-06-23T14:33:19-04:00", | ||
"tree_id": "f4e28a0229bc5f279f7864caec83a7841900c7cb", | ||
"url": "https://github.com/antiguru/flatcontainer/commit/4f4d7479bc77563ae8a9d82357ecb9d1449861a5" | ||
}, | ||
"date": 1719167805959, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "empty_clone", | ||
"value": 956.2, | ||
"range": "± 134.41", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "str10_clone", | ||
"value": 399197.58, | ||
"range": "± 30111.38", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "string10_clone", | ||
"value": 32583558.3, | ||
"range": "± 686267.51", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "string20_clone", | ||
"value": 16213894.8, | ||
"range": "± 677576.23", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "u32x2_clone", | ||
"value": 205285.79, | ||
"range": "± 2698.20", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "u64_clone", | ||
"value": 213407.22, | ||
"range": "± 3536.02", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "u8_u64_clone", | ||
"value": 213105.66, | ||
"range": "± 2250.92", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "vec_u_s_clone", | ||
"value": 46224917.5, | ||
"range": "± 1426012.43", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "vec_u_vn_s_clone", | ||
"value": 51335943.6, | ||
"range": "± 1581273.78", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|