From 020dc284755a0b1892aca18a8601337bd0a53cef Mon Sep 17 00:00:00 2001 From: AliReZa Sabouri Date: Mon, 4 Dec 2023 19:30:55 +0100 Subject: [PATCH] docs: update benchmark results --- docs/guide/README.md | 6 ------ docs/guide/compile.md | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/guide/README.md b/docs/guide/README.md index f5c4306f..ae696381 100644 --- a/docs/guide/README.md +++ b/docs/guide/README.md @@ -54,9 +54,3 @@ BenchmarkDotNet v0.13.10, Windows 11 (10.0.22621.2715/22H2/2022Update/SunValley2 This Benchmark is available [Here](https://github.com/alirezanet/Gridify/blob/master/benchmark/LibraryComparisionFilteringBenchmark.cs) ::: - - diff --git a/docs/guide/compile.md b/docs/guide/compile.md index b15e5a3e..55c1c80a 100644 --- a/docs/guide/compile.md +++ b/docs/guide/compile.md @@ -43,5 +43,5 @@ This is the performance improvement example when you use a compiled expression. | Method | Mean | Ratio | RatioSD | Gen 0 | Gen 1 | Allocated | |-----------------|-----------:|------:|--------:|-------:|-------:|----------:| | GridifyCompiled | 1.008 us | 0.001 | 0.00 | 0.1564 | - | 984 B | -| NativeLINQ | 724.329 us | 1.000 | 0.00 | 5.8594 | 2.9297 | 37,392 B | -| Gridify | 736.854 us | 1.018 | 0.01 | 5.8594 | 2.9297 | 39,924 B | +| Gridify | 689.329 us | 1.000 | 0.00 | 5.8594 | 2.9297 | 39,924 B | +| NativeLINQ | 736.854 us | 1.019 | 0.01 | 5.8594 | 2.9297 | 37,392 B |