Skip to content

Commit

Permalink
docs: update benchmark results
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezanet committed Dec 4, 2023
1 parent aadfc9e commit 020dc28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions docs/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
:::

<style scoped>
tr:nth-child(1) {
color: #42b983;
}
</style>
4 changes: 2 additions & 2 deletions docs/guide/compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

0 comments on commit 020dc28

Please sign in to comment.