Skip to content

Commit

Permalink
notify user intesity and dificulty are
Browse files Browse the repository at this point in the history
attempted to be recorded.

notify user there are test batch files.
  • Loading branch information
MaynardMiner committed Oct 3, 2019
1 parent e4061fd commit 8b749a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/powershell/benchmark/attempt.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,14 @@ function Global:Start-Benchmark {
if (-not (Test-Path $NewHashrateFilePath)) {
Copy-Item $HashrateFilePath -Destination $NewHashrateFilePath -force
log "$($_.Name) $($_.Symbol) Was Benchmarked And Backed Up" -foregroundcolor yellow
log "if SWARM was able to record intesity and/or difficulty, it is in .\bin\$($_.name)" -foregroundcolor yellow
}
$global:WasBenchmarked = $True
Global:Get-Intensity $_.Type $_.Symbol $_.Path
log "Stat Written" -foregroundcolor green
log "Was this stat not correct? You can run command 'bench miner $($_.Name)' or 'bench algorithm $($_.algo)' to reset benchmark`n" -foregroundcolor cyan
if($IsWindows) { log "There is also a batch file labeled swarm_start_$($_.algo).bat for testing in .\bin\$($_.name)" -foregroundcolor cyan }
if($IsLinux) { log "There is also a bash file labeled swarm_start_$($_.algo).sh for testing in .\bin\$($_.name)" -foregroundcolor cyan }
$Global:Strike = $false
}
}
Expand Down

0 comments on commit 8b749a9

Please sign in to comment.