rig/scripts/benchmark_1M.cmd

5 lines
60 B
Batchfile
Raw Normal View History

2020-10-30 23:24:01 +07:00
@echo off
cd /d "%~dp0"
2020-10-30 23:24:01 +07:00
xmrig.exe --bench=1M --submit
pause