Skip to content

Commit

Permalink
add Rust Benchmark (cargo) benchmark result for 1cf56d1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 26, 2024
1 parent f8767a1 commit 52a8bda
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": 1729973694356,
"lastUpdate": 1729973856020,
"repoUrl": "https://github.com/JohnnyMorganz/StyLua",
"entries": {
"Rust Benchmark": [
Expand Down Expand Up @@ -11762,6 +11762,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": "1cf56d147beb8c7f0665d4300343650fdbbaa2d9",
"message": "Remove accidental print when formatting hanging returns (#907)",
"timestamp": "2024-10-26T15:15:34-05:00",
"tree_id": "fb587a7b79cb2fe695f1eb40f05ea5fa9747f5f5",
"url": "https://github.com/JohnnyMorganz/StyLua/commit/1cf56d147beb8c7f0665d4300343650fdbbaa2d9"
},
"date": 1729973854901,
"tool": "cargo",
"benches": [
{
"name": "format date.lua",
"value": 36873876,
"range": "± 781895",
"unit": "ns/iter"
},
{
"name": "format docgen.lua",
"value": 275397070,
"range": "± 788854",
"unit": "ns/iter"
},
{
"name": "format nested_tables.lua",
"value": 19825660,
"range": "± 245103",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 52a8bda

Please sign in to comment.