-
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 d67c77b
- Loading branch information
github-action-benchmark
committed
Nov 30, 2024
1 parent
0b380eb
commit b1c8b95
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": 1731955862855, | ||
"lastUpdate": 1732968670550, | ||
"repoUrl": "https://github.com/JohnnyMorganz/StyLua", | ||
"entries": { | ||
"Rust Benchmark": [ | ||
|
@@ -12938,6 +12938,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": "d67c77b6f73ccab63d544adffe9cf3d859e71fa4", | ||
"message": "extension: fix debug message", | ||
"timestamp": "2024-11-30T13:08:46+01:00", | ||
"tree_id": "748e1d528d35cd374ba4e6d22ff8ce0888df0bc5", | ||
"url": "https://github.com/JohnnyMorganz/StyLua/commit/d67c77b6f73ccab63d544adffe9cf3d859e71fa4" | ||
}, | ||
"date": 1732968669235, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "format date.lua", | ||
"value": 26707366, | ||
"range": "± 302034", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "format docgen.lua", | ||
"value": 215446517, | ||
"range": "± 5485449", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "format nested_tables.lua", | ||
"value": 14926605, | ||
"range": "± 729254", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|