-
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 08e536f
- Loading branch information
github-action-benchmark
committed
Nov 17, 2024
1 parent
d90e831
commit 14f0fed
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": 1731862290013, | ||
"lastUpdate": 1731862602046, | ||
"repoUrl": "https://github.com/JohnnyMorganz/StyLua", | ||
"entries": { | ||
"Rust Benchmark": [ | ||
|
@@ -12644,6 +12644,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": "08e536f3a02d9a07b0991726897e0013ff78dd21", | ||
"message": "v2.0.0", | ||
"timestamp": "2024-11-17T17:54:04+01:00", | ||
"tree_id": "cd8cca8704d6d0b083983820affe73edac3f2570", | ||
"url": "https://github.com/JohnnyMorganz/StyLua/commit/08e536f3a02d9a07b0991726897e0013ff78dd21" | ||
}, | ||
"date": 1731862601385, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "format date.lua", | ||
"value": 26078463, | ||
"range": "± 271685", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "format docgen.lua", | ||
"value": 215061102, | ||
"range": "± 513930", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "format nested_tables.lua", | ||
"value": 14884680, | ||
"range": "± 144584", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|