-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark.Net Benchmark (benchmarkdotnet) benchmark result for 2f…
- Loading branch information
github-action-benchmark
committed
Jun 11, 2024
1 parent
a08e0ba
commit 86c63cd
Showing
1 changed file
with
85 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": 1718113143924, | ||
"lastUpdate": 1718113251624, | ||
"repoUrl": "https://github.com/westermo/DotnetYang", | ||
"entries": { | ||
"Benchmark.Net Benchmark": [ | ||
|
@@ -2900,6 +2900,90 @@ window.BENCHMARK_DATA = { | |
"range": "± 428.4239662394639" | ||
} | ||
] | ||
}, | ||
{ | ||
"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": "2fa29105efd48e72d7d2a50085541642817e010e", | ||
"message": "Proper disposal", | ||
"timestamp": "2024-06-11T15:35:54+02:00", | ||
"tree_id": "3970b02f8c010e6f985babb827600df7ad08524b", | ||
"url": "https://github.com/westermo/DotnetYang/commit/2fa29105efd48e72d7d2a50085541642817e010e" | ||
}, | ||
"date": 1718113250939, | ||
"tool": "benchmarkdotnet", | ||
"benches": [ | ||
{ | ||
"name": "Benchmarks.ParsingBenchmarks.Parse", | ||
"value": 92664.7232055664, | ||
"unit": "ns", | ||
"range": "± 1437.6608392084916" | ||
}, | ||
{ | ||
"name": "Benchmarks.ParsingBenchmarks.SemanticModel", | ||
"value": 36108.61759440104, | ||
"unit": "ns", | ||
"range": "± 106.54689849053759" | ||
}, | ||
{ | ||
"name": "Benchmarks.ParsingBenchmarks.ToCode", | ||
"value": 52116.47856445312, | ||
"unit": "ns", | ||
"range": "± 520.9715276293985" | ||
}, | ||
{ | ||
"name": "Benchmarks.ParsingBenchmarks.MultihopNotificationCreation", | ||
"value": 842.139092318217, | ||
"unit": "ns", | ||
"range": "± 7.831468716079503" | ||
}, | ||
{ | ||
"name": "Benchmarks.ParsingBenchmarks.SerializerMultihopNotification", | ||
"value": 6273.078360493978, | ||
"unit": "ns", | ||
"range": "± 49.93186449380685" | ||
}, | ||
{ | ||
"name": "Benchmarks.ParsingBenchmarks.ToMemoryStream", | ||
"value": 131.86444838841757, | ||
"unit": "ns", | ||
"range": "± 0.3863093101259609" | ||
}, | ||
{ | ||
"name": "Benchmarks.ParsingBenchmarks.MultihopNotificationParsing", | ||
"value": 10818.269346110026, | ||
"unit": "ns", | ||
"range": "± 172.59462704506845" | ||
}, | ||
{ | ||
"name": "Benchmarks.ParsingBenchmarks.TracerouteRoundTrip", | ||
"value": 42629.56110839844, | ||
"unit": "ns", | ||
"range": "± 748.4419033652198" | ||
}, | ||
{ | ||
"name": "Benchmarks.ParsingBenchmarks.SetOperatorStateRoundTrip", | ||
"value": 45131.88623046875, | ||
"unit": "ns", | ||
"range": "± 562.2218398919022" | ||
}, | ||
{ | ||
"name": "Benchmarks.ParsingBenchmarks.NotificationRoundTrip", | ||
"value": 21856.582141113282, | ||
"unit": "ns", | ||
"range": "± 348.9312059177404" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|