Technique | RepeatCount | Time | RelativeSpeed | Throughput |
---|---|---|---|---|
Guid | 1024 | 00:00:00.076201 | 1x | 13438.06/s |
[BitConverter] + [Random] | 1024 | 00:00:00.085303 | 1.12x | 12004.27/s |
[BitConverter] + Get-Random | 1024 | 00:00:00.158711 | 2.08x | 6451.98/s |
Technique | RepeatCount | Time | RelativeSpeed | Throughput |
---|---|---|---|---|
[Random]::new().Next() | 1024 | 00:00:00.076147 | 1x | 13447.57/s |
Get-Random | 1024 | 00:00:00.161481 | 2.12x | 6341.28/s |