GUI Anpassungen spwie fIX Buffergröße bei PW Hashimgvorgang

This commit is contained in:
ja
2022-02-02 15:09:04 +01:00
parent f67a55b0b7
commit e1b75ec277
6 changed files with 3374 additions and 3364 deletions

View File

@@ -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