-
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 fb…
- Loading branch information
github-action-benchmark
committed
May 30, 2024
1 parent
35dcbe6
commit 9837c92
Showing
1 changed file
with
55 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": 1717076847922, | ||
"lastUpdate": 1717080850759, | ||
"repoUrl": "https://github.com/westermo/DotnetYang", | ||
"entries": { | ||
"Benchmark.Net Benchmark": [ | ||
|
@@ -674,6 +674,60 @@ window.BENCHMARK_DATA = { | |
"range": "± 132.03066872300445" | ||
} | ||
] | ||
}, | ||
{ | ||
"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": "fb481403feb57ac43d0c51b38316345e82a5b67b", | ||
"message": "Successfully serialize a notification", | ||
"timestamp": "2024-05-30T16:51:06+02:00", | ||
"tree_id": "3006184155b6ae9be0b0d762f9b0c490283e94f7", | ||
"url": "https://github.com/westermo/DotnetYang/commit/fb481403feb57ac43d0c51b38316345e82a5b67b" | ||
}, | ||
"date": 1717080850386, | ||
"tool": "benchmarkdotnet", | ||
"benches": [ | ||
{ | ||
"name": "Benchmarks.ParsingBenchmarks.Parse", | ||
"value": 91945.45479038784, | ||
"unit": "ns", | ||
"range": "± 1043.5617098096016" | ||
}, | ||
{ | ||
"name": "Benchmarks.ParsingBenchmarks.SemanticModel", | ||
"value": 34964.399466959636, | ||
"unit": "ns", | ||
"range": "± 194.4473763834008" | ||
}, | ||
{ | ||
"name": "Benchmarks.ParsingBenchmarks.ToCode", | ||
"value": 25243.09454580454, | ||
"unit": "ns", | ||
"range": "± 93.57494730107886" | ||
}, | ||
{ | ||
"name": "Benchmarks.ParsingBenchmarks.MultihopNotificationCreation", | ||
"value": 837.1807740529379, | ||
"unit": "ns", | ||
"range": "± 6.694743020266322" | ||
}, | ||
{ | ||
"name": "Benchmarks.ParsingBenchmarks.SerializerMultihopNotification", | ||
"value": 22191.55683186849, | ||
"unit": "ns", | ||
"range": "± 288.93672301899267" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|