Skip to content

Commit

Permalink
add Rust Benchmark (cargo) benchmark result for d11797b
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 17, 2024
1 parent 63d6999 commit e95f751
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": 1731860130845,
"lastUpdate": 1731860143304,
"repoUrl": "https://github.com/JohnnyMorganz/StyLua",
"entries": {
"Rust Benchmark": [
Expand Down Expand Up @@ -12476,6 +12476,48 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "JohnnyMorganz",
"username": "JohnnyMorganz"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "d11797b39099799c65f219edf6a45492baefe5f3",
"message": "Switch to closest file configuration resolution (#916)\n\n* Closest file config resolution\r\n\r\n* Respect config path override for stdin filepath",
"timestamp": "2024-11-17T17:13:52+01:00",
"tree_id": "a9fe917f34c6492feb2ee08a4911e5316c6d6a0a",
"url": "https://github.com/JohnnyMorganz/StyLua/commit/d11797b39099799c65f219edf6a45492baefe5f3"
},
"date": 1731860142709,
"tool": "cargo",
"benches": [
{
"name": "format date.lua",
"value": 26076041,
"range": "± 521866",
"unit": "ns/iter"
},
{
"name": "format docgen.lua",
"value": 213567010,
"range": "± 1280968",
"unit": "ns/iter"
},
{
"name": "format nested_tables.lua",
"value": 14827650,
"range": "± 43017",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit e95f751

Please sign in to comment.