From 8fc76ec8ec04c73c36dec9337cca0decfbfcc3ed Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 30 May 2024 11:42:29 +0000 Subject: [PATCH] add Benchmark.Net Benchmark (benchmarkdotnet) benchmark result for dfdf39930bc13f3fe5b1e00c6d0463d7a4f43e2b --- dev/bench/data.js | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index f4e464c..8e1c1d2 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1717068565330, + "lastUpdate": 1717069349787, "repoUrl": "https://github.com/westermo/DotnetYang", "entries": { "Benchmark.Net Benchmark": [ @@ -548,6 +548,48 @@ window.BENCHMARK_DATA = { "range": "± 54.78074252308613" } ] + }, + { + "commit": { + "author": { + "email": "carl.andersson@westermo.com", + "name": "caran", + "username": "carl-andersson-at-westermo" + }, + "committer": { + "email": "carl.andersson@westermo.com", + "name": "caran", + "username": "carl-andersson-at-westermo" + }, + "distinct": true, + "id": "dfdf39930bc13f3fe5b1e00c6d0463d7a4f43e2b", + "message": "Auto-cleaning of silly bounds checks", + "timestamp": "2024-05-30T13:40:47+02:00", + "tree_id": "dac4aafed8d32e6301f2f8e6db215ab2f7a727ba", + "url": "https://github.com/westermo/DotnetYang/commit/dfdf39930bc13f3fe5b1e00c6d0463d7a4f43e2b" + }, + "date": 1717069349322, + "tool": "benchmarkdotnet", + "benches": [ + { + "name": "Benchmarks.ParsingBenchmarks.Parse", + "value": 89506.12916782925, + "unit": "ns", + "range": "± 479.225209134496" + }, + { + "name": "Benchmarks.ParsingBenchmarks.SemanticModel", + "value": 35219.94772949219, + "unit": "ns", + "range": "± 189.91021506732073" + }, + { + "name": "Benchmarks.ParsingBenchmarks.ToCode", + "value": 21242.06951497396, + "unit": "ns", + "range": "± 154.57067973198264" + } + ] } ] }