Skip to content

Commit

Permalink
add Rust Benchmark (cargo) benchmark result for bad9530
Browse files Browse the repository at this point in the history
  • 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.
44 changes: 43 additions & 1 deletion dev/bench/data.js
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": [
Expand Down Expand Up @@ -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"
}
]
}
]
}
Expand Down

0 comments on commit 3cd2546

Please sign in to comment.