-
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 bad9530
- Loading branch information
github-action-benchmark
committed
Jan 20, 2024
1 parent
85c2bf9
commit 3cd2546
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": 1705086295158, | ||
"lastUpdate": 1705754375400, | ||
"repoUrl": "https://github.com/JohnnyMorganz/StyLua", | ||
"entries": { | ||
"Rust Benchmark": [ | ||
|
@@ -11048,6 +11048,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": "bad95303787f6061d3a6854bb526bccdffe65cd8", | ||
"message": "Handle directory ignore paths and `--respect-ignores` (#852)", | ||
"timestamp": "2024-01-20T13:37:20+01:00", | ||
"tree_id": "e6def573e0f3d29e4368f50e7b7f092df8b68a15", | ||
"url": "https://github.com/JohnnyMorganz/StyLua/commit/bad95303787f6061d3a6854bb526bccdffe65cd8" | ||
}, | ||
"date": 1705754374136, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "format date.lua", | ||
"value": 35778608, | ||
"range": "± 1056989", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "format docgen.lua", | ||
"value": 255275157, | ||
"range": "± 1487210", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "format nested_tables.lua", | ||
"value": 20181365, | ||
"range": "± 738742", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|