Skip to content

Commit

Permalink
add Rust Benchmark (cargo) benchmark result for 7988cb7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 26, 2024
1 parent 2428504 commit 21e04bd
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": 1720952607781,
"lastUpdate": 1729966434679,
"repoUrl": "https://github.com/JohnnyMorganz/StyLua",
"entries": {
"Rust Benchmark": [
Expand Down Expand Up @@ -11342,6 +11342,48 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Caleb Maclennan",
"username": "alerque"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "7988cb749bedb425c978a10ad6a0a992e2982106",
"message": "Add option for formatting with spaces between function names and arguments (#839)\n\n* Add option to define space after function definitions and calls\r\n\r\n* Add tests for new space after function name option\r\n\r\n* Implement formatting for new space after function name option\r\n\r\n* Rename option to `space_after_function_names`\r\n\r\n* Update changelog\r\n\r\n---------\r\n\r\nCo-authored-by: JohnnyMorganz <[email protected]>",
"timestamp": "2024-10-26T13:11:57-05:00",
"tree_id": "06f7070f3820d84978b05ebedadf87f5bf9e812e",
"url": "https://github.com/JohnnyMorganz/StyLua/commit/7988cb749bedb425c978a10ad6a0a992e2982106"
},
"date": 1729966434254,
"tool": "cargo",
"benches": [
{
"name": "format date.lua",
"value": 35390137,
"range": "± 499473",
"unit": "ns/iter"
},
{
"name": "format docgen.lua",
"value": 269737232,
"range": "± 4002186",
"unit": "ns/iter"
},
{
"name": "format nested_tables.lua",
"value": 19366048,
"range": "± 1022201",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 21e04bd

Please sign in to comment.