Skip to content

Commit

Permalink
add Benchmark.Net Benchmark (benchmarkdotnet) benchmark result for 8f…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed May 29, 2024
1 parent dd8eae0 commit 8da3162
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": 1716986182691,
"lastUpdate": 1716986821696,
"repoUrl": "https://github.com/westermo/DotnetYang",
"entries": {
"Benchmark.Net Benchmark": [
Expand Down Expand Up @@ -254,6 +254,48 @@ window.BENCHMARK_DATA = {
"range": "± 242.68494062300218"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "caran",
"username": "carl-andersson-at-westermo"
},
"committer": {
"email": "[email protected]",
"name": "caran",
"username": "carl-andersson-at-westermo"
},
"distinct": true,
"id": "8f5bb2d0277714bb26f240b848dd6cb476e902ef",
"message": "Added ToCode benchmark",
"timestamp": "2024-05-29T14:45:38+02:00",
"tree_id": "7d528bd138277d12ea7443bfd6660909e201ce44",
"url": "https://github.com/westermo/DotnetYang/commit/8f5bb2d0277714bb26f240b848dd6cb476e902ef"
},
"date": 1716986821132,
"tool": "benchmarkdotnet",
"benches": [
{
"name": "Benchmarks.ParsingBenchmarks.Parse",
"value": 89286.80048479352,
"unit": "ns",
"range": "± 472.43996354654587"
},
{
"name": "Benchmarks.ParsingBenchmarks.SemanticModel",
"value": 35479.73426600865,
"unit": "ns",
"range": "± 136.2743104333983"
},
{
"name": "Benchmarks.ParsingBenchmarks.ToCode",
"value": 15691.34732462565,
"unit": "ns",
"range": "± 104.30547365165864"
}
]
}
]
}
Expand Down

0 comments on commit 8da3162

Please sign in to comment.