GUI Anpassungen spwie fIX Buffergröße bei PW Hashimgvorgang
This commit is contained in:
@@ -21,13 +21,12 @@ Partial Class login_FLEX
|
||||
Else
|
||||
Try
|
||||
Dim teststr = String.Empty
|
||||
|
||||
If HttpContext.Current.Request.ServerVariables("SERVER_NAME") = "localhost" Then
|
||||
intzahliterats = VERAG_VARIABLES.RandomInteger(Math.Pow(2, 4), VERAG_VARIABLES.GetCpuSpeed())
|
||||
teststr = Await TestPerformance.TestHashrateServerAsync(8)
|
||||
intzahliterats = VERAG_VARIABLES.RandomInteger(Math.Pow(2, 4), Math.Pow(2, 13))
|
||||
teststr = Await TestPerformance.TestHashrateServerAsync(0.02 * VERAG_VARIABLES.GetCpuSpeed())
|
||||
Else
|
||||
intzahliterats = VERAG_VARIABLES.RandomInteger(Math.Pow(2, 4), VERAG_VARIABLES.GetCpuSpeed())
|
||||
teststr = Await TestPerformance.TestHashrateServerAsync(VERAG_VARIABLES.RandomInteger(98, 127))
|
||||
intzahliterats = VERAG_VARIABLES.RandomInteger(Math.Pow(2, 4), Math.Pow(2, 13))
|
||||
teststr = Await TestPerformance.TestHashrateServerAsync(0.02 * VERAG_VARIABLES.GetCpuSpeed())
|
||||
End If
|
||||
If String.Equals(teststr, String.Empty) = False Then
|
||||
intzahliterats = VERAG_VARIABLES.getiterationnumber
|
||||
|
||||
Reference in New Issue
Block a user