-
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 df4d330
- Loading branch information
github-action-benchmark
committed
Nov 15, 2023
1 parent
5bfcbbb
commit 7839cdc
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": 1699982704948, | ||
"lastUpdate": 1700070318098, | ||
"repoUrl": "https://github.com/JohnnyMorganz/StyLua", | ||
"entries": { | ||
"Rust Benchmark": [ | ||
|
@@ -9956,6 +9956,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": "df4d330ab873cb4f1798c4bf6a8ebc657e0a4b9a", | ||
"message": "v0.19.1", | ||
"timestamp": "2023-11-15T18:42:41+01:00", | ||
"tree_id": "721059026a92febceff0109e6f7b7e914a4378e4", | ||
"url": "https://github.com/JohnnyMorganz/StyLua/commit/df4d330ab873cb4f1798c4bf6a8ebc657e0a4b9a" | ||
}, | ||
"date": 1700070317550, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "format date.lua", | ||
"value": 36601383, | ||
"range": "± 295092", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "format docgen.lua", | ||
"value": 263473267, | ||
"range": "± 2324654", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "format nested_tables.lua", | ||
"value": 20417448, | ||
"range": "± 667510", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|