Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for c08992d
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 20, 2024
1 parent d5e6d19 commit daaea20
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": 1729399026139,
"lastUpdate": 1729399056985,
"repoUrl": "https://github.com/dprint/jsonc-parser",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -2774,6 +2774,72 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "dprintbot",
"username": "dprintbot"
},
"committer": {
"email": "[email protected]",
"name": "dprintbot",
"username": "dprintbot"
},
"distinct": true,
"id": "c08992d3adc1a72d9354c209fd3cf3ca70061b24",
"message": "0.25.1",
"timestamp": "2024-10-20T04:36:19Z",
"tree_id": "f289ce7c9b98e8f9505703583881bc12c6f72e8b",
"url": "https://github.com/dprint/jsonc-parser/commit/c08992d3adc1a72d9354c209fd3cf3ca70061b24"
},
"date": 1729399056739,
"tool": "cargo",
"benches": [
{
"name": "citm_catalog_json_large_ast",
"value": 44952256.2,
"range": "± 1287259.71",
"unit": "ns/iter"
},
{
"name": "citm_catalog_json_large_serde",
"value": 26902921.7,
"range": "± 2263749.03",
"unit": "ns/iter"
},
{
"name": "citm_catalog_json_large_value",
"value": 66587792.1,
"range": "± 2054455.28",
"unit": "ns/iter"
},
{
"name": "package_json_ast",
"value": 63381.86,
"range": "± 469.23",
"unit": "ns/iter"
},
{
"name": "package_json_value",
"value": 82572.59,
"range": "± 1523.32",
"unit": "ns/iter"
},
{
"name": "tsconfig_json_ast",
"value": 22304.13,
"range": "± 192.28",
"unit": "ns/iter"
},
{
"name": "tsconfig_json_value",
"value": 22878.65,
"range": "± 283.20",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit daaea20

Please sign in to comment.