-
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 1cf56d1
- 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.
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": 1729973694356, | ||
"lastUpdate": 1729973856020, | ||
"repoUrl": "https://github.com/JohnnyMorganz/StyLua", | ||
"entries": { | ||
"Rust Benchmark": [ | ||
|
@@ -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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|