Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 4f08179
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 28, 2023
1 parent a86b30a commit 50f2c07
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": 1701153643151,
"lastUpdate": 1701154295775,
"repoUrl": "https://github.com/web-infra-dev/rspack-sources",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -10114,6 +10114,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": "4f08179fd2ff267e35727ef8a9129f7aa45b3e07",
"message": "chore: clean up github workflows (#65)",
"timestamp": "2023-11-28T14:47:03+08:00",
"tree_id": "ac8e5a952b607fe636b397dc30b3dfbfe7c9467f",
"url": "https://github.com/web-infra-dev/rspack-sources/commit/4f08179fd2ff267e35727ef8a9129f7aa45b3e07"
},
"date": 1701154295226,
"tool": "cargo",
"benches": [
{
"name": "benchmark_concat_generate_base64",
"value": 22143,
"range": "± 580",
"unit": "ns/iter"
},
{
"name": "benchmark_concat_generate_base64_with_cache",
"value": 16142,
"range": "± 269",
"unit": "ns/iter"
},
{
"name": "benchmark_concat_generate_string",
"value": 9089,
"range": "± 149",
"unit": "ns/iter"
},
{
"name": "benchmark_concat_generate_string_with_cache",
"value": 2952,
"range": "± 34",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 50f2c07

Please sign in to comment.