Merge xmrig v6.14.1 into master
This commit is contained in:
parent
efb40419e8
commit
13bb0f14e1
2 changed files with 3 additions and 3 deletions
|
@ -96,7 +96,7 @@ class MoBenchmark : public IJobResultListener {
|
|||
void start(); // start benchmarks
|
||||
|
||||
bool isNewBenchRun() const { return m_isNewBenchRun; }
|
||||
std::map<Algorithm::Id, double> algo_perf;
|
||||
mutable std::map<Algorithm::Id, double> algo_perf;
|
||||
|
||||
rapidjson::Value toJSON(rapidjson::Document &doc) const;
|
||||
void read(const rapidjson::Value &value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue