-
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 59be1c3
- Loading branch information
github-action-benchmark
committed
Dec 7, 2024
1 parent
8cff9c0
commit b5733a5
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": 1732971127634, | ||
"lastUpdate": 1733579956651, | ||
"repoUrl": "https://github.com/JohnnyMorganz/StyLua", | ||
"entries": { | ||
"Rust Benchmark": [ | ||
|
@@ -13064,6 +13064,48 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "JohnnyMorganz", | ||
"username": "JohnnyMorganz" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "JohnnyMorganz", | ||
"username": "JohnnyMorganz" | ||
}, | ||
"distinct": true, | ||
"id": "59be1c313b50d3ee72f988c840f9a178792a4c72", | ||
"message": "v2.0.2", | ||
"timestamp": "2024-12-07T14:57:04+01:00", | ||
"tree_id": "de153ee9a4ad4c4aa2e86f28df050ee0b0908f16", | ||
"url": "https://github.com/JohnnyMorganz/StyLua/commit/59be1c313b50d3ee72f988c840f9a178792a4c72" | ||
}, | ||
"date": 1733579955796, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "format date.lua", | ||
"value": 26702839, | ||
"range": "± 503402", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "format docgen.lua", | ||
"value": 215382709, | ||
"range": "± 2104020", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "format nested_tables.lua", | ||
"value": 14917308, | ||
"range": "± 39689", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|