Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for f609a31
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jul 2, 2024
1 parent b8a5c21 commit 7fb9cc5
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": 1719942120800,
"lastUpdate": 1719942469921,
"repoUrl": "https://github.com/antiguru/flatcontainer",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -5540,6 +5540,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": "f609a31713444d4f0e972be40b5dc23940245ef6",
"message": "FlatStack: use OffsetContainer iter (#52)\n\nSigned-off-by: Moritz Hoffmann <[email protected]>",
"timestamp": "2024-07-02T13:44:13-04:00",
"tree_id": "5e74ddf6a76500312b37f4a14d5b3abcfb182a44",
"url": "https://github.com/antiguru/flatcontainer/commit/f609a31713444d4f0e972be40b5dc23940245ef6"
},
"date": 1719942469632,
"tool": "cargo",
"benches": [
{
"name": "empty_clone",
"value": 1069.33,
"range": "± 38.89",
"unit": "ns/iter"
},
{
"name": "str10_clone",
"value": 407075.08,
"range": "± 12026.78",
"unit": "ns/iter"
},
{
"name": "string10_clone",
"value": 47051537.1,
"range": "± 227572.49",
"unit": "ns/iter"
},
{
"name": "string20_clone",
"value": 24035814.7,
"range": "± 295403.07",
"unit": "ns/iter"
},
{
"name": "u32x2_clone",
"value": 213435.95,
"range": "± 4010.32",
"unit": "ns/iter"
},
{
"name": "u64_clone",
"value": 225273.37,
"range": "± 2887.42",
"unit": "ns/iter"
},
{
"name": "u8_u64_clone",
"value": 225387.03,
"range": "± 6331.83",
"unit": "ns/iter"
},
{
"name": "vec_u_s_clone",
"value": 59562193.2,
"range": "± 728283.13",
"unit": "ns/iter"
},
{
"name": "vec_u_vn_s_clone",
"value": 64067440.7,
"range": "± 1001798.35",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 7fb9cc5

Please sign in to comment.