Testing SSH Signing

This commit is contained in:
DutchEllie 2022-02-13 17:14:08 +01:00
parent ffc330e901
commit 583dd98ec6
Signed by: DutchEllie
SSH Key Fingerprint: SHA256:dKq6ZSgN5E3Viqrw/+xAdf2VdR6hdRGNyrYqXXwfjTY
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ type job struct {
}
func main() {
runtime.GOMAXPROCS(100)
runtime.GOMAXPROCS(101)
s1 := mrand.NewSource(time.Now().UnixMicro())
r1 := mrand.New(s1)
start := time.Now()