Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for daa4989
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 28, 2023
1 parent 1cb95c0 commit a86b30a
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": 1701153535092,
"lastUpdate": 1701153643151,
"repoUrl": "https://github.com/web-infra-dev/rspack-sources",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -10070,6 +10070,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": "daa4989aa3b6f7f8e822069f4c599061a7bbe11a",
"message": "chore: clean up github workflows",
"timestamp": "2023-07-25T14:57:03Z",
"url": "https://github.com/web-infra-dev/rspack-sources/pull/65/commits/daa4989aa3b6f7f8e822069f4c599061a7bbe11a"
},
"date": 1701153642621,
"tool": "cargo",
"benches": [
{
"name": "benchmark_concat_generate_base64",
"value": 22174,
"range": "± 255",
"unit": "ns/iter"
},
{
"name": "benchmark_concat_generate_base64_with_cache",
"value": 16366,
"range": "± 676",
"unit": "ns/iter"
},
{
"name": "benchmark_concat_generate_string",
"value": 9039,
"range": "± 89",
"unit": "ns/iter"
},
{
"name": "benchmark_concat_generate_string_with_cache",
"value": 2910,
"range": "± 42",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit a86b30a

Please sign in to comment.