-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Rust Benchmark (cargo) benchmark result for 7988cb7
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
@@ -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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|