Skip to content

Commit

Permalink
rerun SLazy<T> benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacharyPatten committed Aug 1, 2021
1 parent f979682 commit 12eedce
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Tools/docfx_project/benchmarks/SlazyCachingBenchmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ Intel Core i7-4790K CPU 4.00GHz (Haswell), 1 CPU, 8 logical and 4 physical cores


```
| Method | N | Mean | Error | StdDev | Median | Ratio | RatioSD |
|------- |----- |----------:|----------:|----------:|----------:|------:|--------:|
| **Lazy** | **1** | **30.25 ns** | **0.545 ns** | **0.509 ns** | **30.17 ns** | **1.00** | **0.00** |
| SLazy | 1 | 23.57 ns | 0.297 ns | 0.277 ns | 23.47 ns | 0.78 | 0.02 |
| | | | | | | | |
| **Lazy** | **10** | **36.88 ns** | **0.761 ns** | **1.910 ns** | **36.69 ns** | **1.00** | **0.00** |
| SLazy | 10 | 27.13 ns | 0.158 ns | 0.140 ns | 27.09 ns | 0.72 | 0.04 |
| | | | | | | | |
| **Lazy** | **100** | **90.31 ns** | **1.656 ns** | **2.375 ns** | **89.69 ns** | **1.00** | **0.00** |
| SLazy | 100 | 81.43 ns | 1.630 ns | 2.586 ns | 80.60 ns | 0.91 | 0.02 |
| | | | | | | | |
| **Lazy** | **1000** | **531.13 ns** | **3.800 ns** | **3.173 ns** | **529.85 ns** | **1.00** | **0.00** |
| SLazy | 1000 | 530.96 ns | 10.452 ns | 17.749 ns | 521.25 ns | 1.03 | 0.03 |
| Method | N | Mean | Error | StdDev | Ratio | RatioSD |
|------- |----- |----------:|----------:|---------:|------:|--------:|
| **Lazy** | **1** | **28.52 ns** | **0.307 ns** | **0.302 ns** | **1.00** | **0.00** |
| SLazy | 1 | 22.58 ns | 0.152 ns | 0.142 ns | 0.79 | 0.01 |
| | | | | | | |
| **Lazy** | **10** | **34.82 ns** | **0.712 ns** | **1.044 ns** | **1.00** | **0.00** |
| SLazy | 10 | 27.05 ns | 0.420 ns | 0.654 ns | 0.78 | 0.03 |
| | | | | | | |
| **Lazy** | **100** | **87.83 ns** | **1.404 ns** | **1.968 ns** | **1.00** | **0.00** |
| SLazy | 100 | 77.15 ns | 0.483 ns | 0.428 ns | 0.87 | 0.02 |
| | | | | | | |
| **Lazy** | **1000** | **518.99 ns** | **10.327 ns** | **9.660 ns** | **1.00** | **0.00** |
| SLazy | 1000 | 500.72 ns | 4.551 ns | 4.257 ns | 0.97 | 0.02 |

0 comments on commit 12eedce

Please sign in to comment.