Skip to content

Commit bb74f5f

Browse files
Add benchmark results.
1 parent 7b7a606 commit bb74f5f

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

tests/ImageSharp.Benchmarks/General/BasicMath/ClampSpan.cs

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,18 @@ public void ClampVectorIntrinsics()
4040
}
4141
}
4242
}
43+
44+
// 23-11-2020
45+
// ##########
46+
//
47+
// BenchmarkDotNet = v0.12.1, OS = Windows 10.0.19041.630(2004 /?/ 20H1)
48+
// Intel Core i7-8650U CPU 1.90GHz (Kaby Lake R), 1 CPU, 8 logical and 4 physical cores
49+
// .NET Core SDK=5.0.100
50+
// [Host] : .NET Core 3.1.10 (CoreCLR 4.700.20.51601, CoreFX 4.700.20.51901), X64 RyuJIT
51+
// DefaultJob : .NET Core 3.1.10 (CoreCLR 4.700.20.51601, CoreFX 4.700.20.51901), X64 RyuJIT
52+
//
53+
//
54+
// | Method | Mean | Error | StdDev | Ratio |
55+
// |---------------------- |-----------:| ---------:| ----------:| ------:|
56+
// | ClampNoIntrinsics | 3,629.9 ns | 70.80 ns | 129.47 ns | 1.00 |
57+
// | ClampVectorIntrinsics | 131.9 ns | 2.68 ns | 6.66 ns | 0.04 |

0 commit comments

Comments
 (0)