-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (cargo) benchmark result for c4eaf5b
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
@@ -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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|