Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 4f4d747
Browse files Browse the repository at this point in the history
  • 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.
80 changes: 79 additions & 1 deletion dev/bench/data.js
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": [
Expand Down Expand Up @@ -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"
}
]
}
]
}
Expand Down

0 comments on commit 150cbbe

Please sign in to comment.