Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 2b37ae9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 28, 2023
1 parent 0b2a95c commit 1cb95c0
Showing 1 changed file with 45 additions and 1 deletion.
46 changes: 45 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": 1701153400052,
"lastUpdate": 1701153535092,
"repoUrl": "https://github.com/web-infra-dev/rspack-sources",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -10026,6 +10026,50 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"name": "web-infra-dev",
"username": "web-infra-dev"
},
"committer": {
"name": "web-infra-dev",
"username": "web-infra-dev"
},
"id": "2b37ae910ec2dbcaf932acca2a44e7598b0d5cc9",
"message": "chore: clean up github workflows",
"timestamp": "2023-07-25T14:57:03Z",
"url": "https://github.com/web-infra-dev/rspack-sources/pull/65/commits/2b37ae910ec2dbcaf932acca2a44e7598b0d5cc9"
},
"date": 1701153533953,
"tool": "cargo",
"benches": [
{
"name": "benchmark_concat_generate_base64",
"value": 22051,
"range": "± 202",
"unit": "ns/iter"
},
{
"name": "benchmark_concat_generate_base64_with_cache",
"value": 16132,
"range": "± 223",
"unit": "ns/iter"
},
{
"name": "benchmark_concat_generate_string",
"value": 8976,
"range": "± 148",
"unit": "ns/iter"
},
{
"name": "benchmark_concat_generate_string_with_cache",
"value": 3100,
"range": "± 93",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 1cb95c0

Please sign in to comment.