-
Notifications
You must be signed in to change notification settings - Fork 74
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 746d832
- Loading branch information
github-action-benchmark
committed
Nov 18, 2024
1 parent
3824d0e
commit ae32439
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": 1731877676240, | ||
"lastUpdate": 1731951878406, | ||
"repoUrl": "https://github.com/JohnnyMorganz/StyLua", | ||
"entries": { | ||
"Rust Benchmark": [ | ||
|
@@ -12770,6 +12770,48 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "41898282+github-actions[bot]@users.noreply.github.com", | ||
"name": "github-actions[bot]", | ||
"username": "github-actions[bot]" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "746d832830c726daa1309263f8fb0ab33c05dcb6", | ||
"message": "Update external test cases (#927)", | ||
"timestamp": "2024-11-18T18:42:45+01:00", | ||
"tree_id": "f5b5f01e795b7c2d629785216a189ffc6ad820bb", | ||
"url": "https://github.com/JohnnyMorganz/StyLua/commit/746d832830c726daa1309263f8fb0ab33c05dcb6" | ||
}, | ||
"date": 1731951877831, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "format date.lua", | ||
"value": 26214141, | ||
"range": "± 210741", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "format docgen.lua", | ||
"value": 214141838, | ||
"range": "± 2204547", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "format nested_tables.lua", | ||
"value": 14862050, | ||
"range": "± 50481", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|