Skip to content

Commit

Permalink
add Rust Benchmark (cargo) benchmark result for d45a774
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 11, 2023
1 parent f45f271 commit c6d533f
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": 1699703988170,
"lastUpdate": 1699704781793,
"repoUrl": "https://github.com/JohnnyMorganz/StyLua",
"entries": {
"Rust Benchmark": [
Expand Down Expand Up @@ -9662,6 +9662,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": "d45a7744a2335a6e166a5094fe80c2263351a868",
"message": "Fix large scale test tool",
"timestamp": "2023-11-11T13:09:37+01:00",
"tree_id": "61d68130e5574fb94d569be8f43209f9201b13b5",
"url": "https://github.com/JohnnyMorganz/StyLua/commit/d45a7744a2335a6e166a5094fe80c2263351a868"
},
"date": 1699704780569,
"tool": "cargo",
"benches": [
{
"name": "format date.lua",
"value": 54595128,
"range": "± 590421",
"unit": "ns/iter"
},
{
"name": "format docgen.lua",
"value": 370242410,
"range": "± 619622",
"unit": "ns/iter"
},
{
"name": "format nested_tables.lua",
"value": 28587654,
"range": "± 331855",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit c6d533f

Please sign in to comment.