Skip to content

Commit

Permalink
Change.log is updated
Browse files Browse the repository at this point in the history
Changed message on benchmarks
  • Loading branch information
Embstj committed Sep 27, 2019
1 parent eb681cb commit 849e486
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/powershell/benchmark/attempt.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -233,12 +233,12 @@ 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 "Was this stat not correct? You can run command 'benchmark miner $($_.Name)' or 'benchmark algorithm $($_.algo)' to reset benchmark`n" -foregroundcolor cyan
log "Was this stat not correct? You can run command 'bench miner $($_.Name)' or 'benchmark algorithm $($_.algo)' to reset benchmark`n" -foregroundcolor cyan
}
$global:WasBenchmarked = $True
Global:Get-Intensity $_.Type $_.Symbol $_.Path
log "Stat Written" -foregroundcolor green
log "Was this stat not correct? You can run command 'benchmark miner $($_.Name)' or 'benchmark algorithm $($_.algo)' to reset benchmark`n" -foregroundcolor cyan
log "Was this stat not correct? You can run command 'bench miner $($_.Name)' or 'benchmark algorithm $($_.algo)' to reset benchmark`n" -foregroundcolor cyan
$Global:Strike = $false
}
}
Expand Down
24 changes: 23 additions & 1 deletion help/Change.log
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,9 @@ to test new Expiremental features.
* Adjusted nvidia oc Pl to work as watts, not % in Windows
* This means it matches HiveOS's website interface.

############################################
############################################

# SWARM 2.6.9

## Updates
Expand All @@ -983,6 +986,8 @@ to test new Expiremental features.
* ethminer should work on whalesburg (optional miner)
* updated phoenix miner arguments.

############################################
############################################

# SWARM 2.7.0

Expand Down Expand Up @@ -1026,6 +1031,9 @@ are mining!
* SWARM will run --help by default if no arguments
are specified.

############################################
############################################

# SWARM 2.7.2

## Guided Help
Expand Down Expand Up @@ -1060,4 +1068,18 @@ are mining!
## Fixes
* Desktop for Windows to add a SWARM_Terminal link will be
set, even if user is using one drive.
* Removed Nvidia table-add error if cpu mining only.
* Removed Nvidia table-add error if cpu mining only

############################################
############################################

# SWARM 2.7.3

# What's New?
* ``benchmark`` command has been changed to
``bench``. Wiki will be updated soon to
reflect this.
* ``bench timeout`` is now ``bench bans``.

## Updates
* tt-miner was updated.

0 comments on commit 849e486

Please sign in to comment.