Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for ea87b57
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 21, 2024
1 parent daaea20 commit 47bedf9
Showing 1 changed file with 67 additions and 1 deletion.
68 changes: 67 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": 1729399056985,
"lastUpdate": 1729522931466,
"repoUrl": "https://github.com/dprint/jsonc-parser",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -2840,6 +2840,72 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "David Sherret",
"username": "dsherret"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "ea87b57fb5b312e80ea1a9bbc6a545fa9ea6f0c4",
"message": "feat(cst): CstObject.ensure_multiline() (#46)",
"timestamp": "2024-10-21T11:00:29-04:00",
"tree_id": "be4cc36fac6a2bf6675e21e6b6e32d098badd699",
"url": "https://github.com/dprint/jsonc-parser/commit/ea87b57fb5b312e80ea1a9bbc6a545fa9ea6f0c4"
},
"date": 1729522931113,
"tool": "cargo",
"benches": [
{
"name": "citm_catalog_json_large_ast",
"value": 46415597.9,
"range": "± 967936.57",
"unit": "ns/iter"
},
{
"name": "citm_catalog_json_large_serde",
"value": 28770825.7,
"range": "± 2456268.29",
"unit": "ns/iter"
},
{
"name": "citm_catalog_json_large_value",
"value": 69610122.6,
"range": "± 1836632.98",
"unit": "ns/iter"
},
{
"name": "package_json_ast",
"value": 63330.61,
"range": "± 925.68",
"unit": "ns/iter"
},
{
"name": "package_json_value",
"value": 82883.46,
"range": "± 853.16",
"unit": "ns/iter"
},
{
"name": "tsconfig_json_ast",
"value": 22302.87,
"range": "± 232.93",
"unit": "ns/iter"
},
{
"name": "tsconfig_json_value",
"value": 22903.47,
"range": "± 300.02",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 47bedf9

Please sign in to comment.