mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2024-08-15 00:23:14 +00:00
Related to previous changes
This commit is contained in:
parent
89bc68d093
commit
93c324709b
2 changed files with 137 additions and 137 deletions
|
@ -229,7 +229,7 @@ int main(int argc, char** argv) {
|
||||||
std::cout << std::endl;
|
std::cout << std::endl;
|
||||||
}
|
}
|
||||||
if (lightClient) {
|
if (lightClient) {
|
||||||
std::cout << "Cache (64 MiB) initialized in " << sw.getElapsed() << " s" << std::endl;
|
std::cout << "Cache (256 MiB) initialized in " << sw.getElapsed() << " s" << std::endl;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
RandomX::Cache* cache = dataset.cache;
|
RandomX::Cache* cache = dataset.cache;
|
||||||
|
|
272
src/program.inc
272
src/program.inc
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue