Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for cf4c505
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 28, 2023
1 parent 5b29564 commit 0b2a95c
Showing 1 changed file with 49 additions and 1 deletion.
50 changes: 49 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": 1701152970573,
"lastUpdate": 1701153400052,
"repoUrl": "https://github.com/web-infra-dev/rspack-sources",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -9978,6 +9978,54 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Boshen",
"username": "Boshen"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "cf4c5055bdc644617a2de7f0df796a9c73f74f51",
"message": "docs: fix `cargo doc` lint warnings (#64)",
"timestamp": "2023-11-28T14:32:11+08:00",
"tree_id": "3d1885ca8c7addb2c24322d0fa538f98f7144e25",
"url": "https://github.com/web-infra-dev/rspack-sources/commit/cf4c5055bdc644617a2de7f0df796a9c73f74f51"
},
"date": 1701153399491,
"tool": "cargo",
"benches": [
{
"name": "benchmark_concat_generate_base64",
"value": 22042,
"range": "± 656",
"unit": "ns/iter"
},
{
"name": "benchmark_concat_generate_base64_with_cache",
"value": 16068,
"range": "± 269",
"unit": "ns/iter"
},
{
"name": "benchmark_concat_generate_string",
"value": 8889,
"range": "± 388",
"unit": "ns/iter"
},
{
"name": "benchmark_concat_generate_string_with_cache",
"value": 3031,
"range": "± 34",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 0b2a95c

Please sign in to comment.