Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for c4eaf5b
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 27, 2023
1 parent 34ed35d commit 0f52bb6
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": 1690499422583,
"lastUpdate": 1698384080288,
"repoUrl": "https://github.com/dprint/jsonc-parser",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -2114,6 +2114,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": "c4eaf5bcea675dd3ed9f0f2145326bb31744f6bb",
"message": "feat: helper methods on Value (#37)",
"timestamp": "2023-10-27T01:19:23-04:00",
"tree_id": "aee5d2df8ab41404b8a9ae3a9f0e661bdf6634cc",
"url": "https://github.com/dprint/jsonc-parser/commit/c4eaf5bcea675dd3ed9f0f2145326bb31744f6bb"
},
"date": 1698384079822,
"tool": "cargo",
"benches": [
{
"name": "citm_catalog_json_large_ast",
"value": 86609963,
"range": "± 477229",
"unit": "ns/iter"
},
{
"name": "citm_catalog_json_large_serde",
"value": 31694514,
"range": "± 2562472",
"unit": "ns/iter"
},
{
"name": "citm_catalog_json_large_value",
"value": 118087739,
"range": "± 3497509",
"unit": "ns/iter"
},
{
"name": "package_json_ast",
"value": 111356,
"range": "± 1764",
"unit": "ns/iter"
},
{
"name": "package_json_value",
"value": 155822,
"range": "± 1003",
"unit": "ns/iter"
},
{
"name": "tsconfig_json_ast",
"value": 36133,
"range": "± 712",
"unit": "ns/iter"
},
{
"name": "tsconfig_json_value",
"value": 37109,
"range": "± 545",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 0f52bb6

Please sign in to comment.