-
Notifications
You must be signed in to change notification settings - Fork 72
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 d6b8e7e
- Loading branch information
github-action-benchmark
committed
Nov 18, 2024
1 parent
3d5dfbd
commit 0f4c4fe
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": 1731954395111, | ||
"lastUpdate": 1731955434687, | ||
"repoUrl": "https://github.com/JohnnyMorganz/StyLua", | ||
"entries": { | ||
"Rust Benchmark": [ | ||
|
@@ -12854,6 +12854,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": "d6b8e7e57fdd3bd4d87df1c6859e4df327b5ee0c", | ||
"message": "Log if an ignore file was resolved during --respect-ignores", | ||
"timestamp": "2024-11-18T19:41:51+01:00", | ||
"tree_id": "df6fe0de9f5be33c49db67f3ac37133842ca592c", | ||
"url": "https://github.com/JohnnyMorganz/StyLua/commit/d6b8e7e57fdd3bd4d87df1c6859e4df327b5ee0c" | ||
}, | ||
"date": 1731955433966, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "format date.lua", | ||
"value": 27256342, | ||
"range": "± 421877", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "format docgen.lua", | ||
"value": 214650791, | ||
"range": "± 396739", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "format nested_tables.lua", | ||
"value": 14940907, | ||
"range": "± 100799", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|