-
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 d11797b
- Loading branch information
github-action-benchmark
committed
Nov 17, 2024
1 parent
63d6999
commit e95f751
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": 1731860130845, | ||
"lastUpdate": 1731860143304, | ||
"repoUrl": "https://github.com/JohnnyMorganz/StyLua", | ||
"entries": { | ||
"Rust Benchmark": [ | ||
|
@@ -12476,6 +12476,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": "d11797b39099799c65f219edf6a45492baefe5f3", | ||
"message": "Switch to closest file configuration resolution (#916)\n\n* Closest file config resolution\r\n\r\n* Respect config path override for stdin filepath", | ||
"timestamp": "2024-11-17T17:13:52+01:00", | ||
"tree_id": "a9fe917f34c6492feb2ee08a4911e5316c6d6a0a", | ||
"url": "https://github.com/JohnnyMorganz/StyLua/commit/d11797b39099799c65f219edf6a45492baefe5f3" | ||
}, | ||
"date": 1731860142709, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "format date.lua", | ||
"value": 26076041, | ||
"range": "± 521866", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "format docgen.lua", | ||
"value": 213567010, | ||
"range": "± 1280968", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "format nested_tables.lua", | ||
"value": 14827650, | ||
"range": "± 43017", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|