Skip to content

Commit

Permalink
add Benchmark rusty vue compiler (cargo) benchmark result for e3b17ae
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Apr 29, 2024
1 parent 3a67e05 commit 7eb7006
Showing 1 changed file with 93 additions and 1 deletion.
94 changes: 93 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": 1714006925900,
"lastUpdate": 1714387385395,
"repoUrl": "https://github.com/HerringtonDarkholme/vue-compiler",
"entries": {
"Benchmark @vue canonical compiler": [
Expand Down Expand Up @@ -466416,6 +466416,98 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"name": "HerringtonDarkholme",
"username": "HerringtonDarkholme"
},
"committer": {
"name": "HerringtonDarkholme",
"username": "HerringtonDarkholme"
},
"id": "e3b17ae2de8b9a73c855ff20ef00579529f81daa",
"message": "chore(deps): update vue monorepo to v3.4.25",
"timestamp": "2024-04-21T17:25:46Z",
"url": "https://github.com/HerringtonDarkholme/vue-compiler/pull/999/commits/e3b17ae2de8b9a73c855ff20ef00579529f81daa"
},
"date": 1714387343619,
"tool": "cargo",
"benches": [
{
"name": "compile/Attribute",
"value": 4089,
"range": "± 124",
"unit": "ns/iter"
},
{
"name": "compile/Counter",
"value": 2818,
"range": "± 14",
"unit": "ns/iter"
},
{
"name": "compile/ElTable",
"value": 126381,
"range": "± 2486",
"unit": "ns/iter"
},
{
"name": "compile/ElasticHeader",
"value": 26036,
"range": "± 84",
"unit": "ns/iter"
},
{
"name": "compile/GithubCommit",
"value": 24541,
"range": "± 130",
"unit": "ns/iter"
},
{
"name": "compile/ModalComponent",
"value": 15595,
"range": "± 281",
"unit": "ns/iter"
},
{
"name": "compile/TodoApp",
"value": 61645,
"range": "± 208",
"unit": "ns/iter"
},
{
"name": "compile/TreeView",
"value": 14830,
"range": "± 47",
"unit": "ns/iter"
},
{
"name": "compile/TwoWayBinding",
"value": 4764,
"range": "± 30",
"unit": "ns/iter"
},
{
"name": "compile/UserInput",
"value": 4886,
"range": "± 18",
"unit": "ns/iter"
},
{
"name": "compile/VFor",
"value": 4619,
"range": "± 13",
"unit": "ns/iter"
},
{
"name": "compile/VIf",
"value": 7210,
"range": "± 17",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 7eb7006

Please sign in to comment.