Use static RandomX seed for benchmark.
This commit is contained in:
parent
302fe70f6b
commit
75f18c9b31
6 changed files with 162 additions and 104 deletions
|
@ -82,7 +82,7 @@ uint64_t xmrig::BenchState::start(size_t threads, const IBackend *backend)
|
|||
});
|
||||
|
||||
const uint64_t ts = Chrono::steadyMSecs();
|
||||
m_listener->onBenchStart(ts, remaining, backend);
|
||||
m_listener->onBenchReady(ts, remaining, backend);
|
||||
|
||||
return ts;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue