Skip to content

Commit

Permalink
add Rust Benchmark (cargo) benchmark result for 5972683
Browse files Browse the repository at this point in the history
github-action-benchmark committed Nov 17, 2024
1 parent debff47 commit 63d6999
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 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": 1731859545854,
"lastUpdate": 1731860130845,
"repoUrl": "https://github.com/JohnnyMorganz/StyLua",
"entries": {
"Rust Benchmark": [
@@ -12434,6 +12434,48 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "johnnymorganz@outlook.com",
"name": "JohnnyMorganz",
"username": "JohnnyMorganz"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "597268389a7d486f6856a4525dbd11678e324cff",
"message": "Improve error reporting on full moon errors (#921)\n\n* Improve error reporting on full moon errors\r\n\r\n* Add space before error\r\n\r\n* Improve printing for verification AST error\r\n\r\n* Remove newline",
"timestamp": "2024-11-17T17:13:26+01:00",
"tree_id": "8950eb4bc05fcf60e5f564065ff12fd313350dfa",
"url": "https://github.com/JohnnyMorganz/StyLua/commit/597268389a7d486f6856a4525dbd11678e324cff"
},
"date": 1731860129481,
"tool": "cargo",
"benches": [
{
"name": "format date.lua",
"value": 27715887,
"range": "± 788472",
"unit": "ns/iter"
},
{
"name": "format docgen.lua",
"value": 216027915,
"range": "± 1734357",
"unit": "ns/iter"
},
{
"name": "format nested_tables.lua",
"value": 15222187,
"range": "± 311069",
"unit": "ns/iter"
}
]
}
]
}

0 comments on commit 63d6999

Please sign in to comment.