Raven algo mo bench
This commit is contained in:
parent
4bafc9f3c0
commit
6e63e92349
3 changed files with 5 additions and 1 deletions
|
@ -56,7 +56,8 @@
|
||||||
"nvml": true,
|
"nvml": true,
|
||||||
"cn/0": false,
|
"cn/0": false,
|
||||||
"cn-lite/0": false,
|
"cn-lite/0": false,
|
||||||
"panthera": false
|
"panthera": false,
|
||||||
|
"astrobwt": false
|
||||||
},
|
},
|
||||||
"donate-level": 1,
|
"donate-level": 1,
|
||||||
"donate-over-proxy": 1,
|
"donate-over-proxy": 1,
|
||||||
|
|
|
@ -134,6 +134,7 @@ double MoBenchmark::get_algo_perf(Algorithm::Id algo) const {
|
||||||
case Algorithm::CN_GPU: return m_bench_algo_perf[BenchAlgo::CN_GPU];
|
case Algorithm::CN_GPU: return m_bench_algo_perf[BenchAlgo::CN_GPU];
|
||||||
case Algorithm::AR2_CHUKWA_V2: return m_bench_algo_perf[BenchAlgo::AR2_CHUKWA_V2];
|
case Algorithm::AR2_CHUKWA_V2: return m_bench_algo_perf[BenchAlgo::AR2_CHUKWA_V2];
|
||||||
case Algorithm::ASTROBWT_DERO: return m_bench_algo_perf[BenchAlgo::ASTROBWT_DERO];
|
case Algorithm::ASTROBWT_DERO: return m_bench_algo_perf[BenchAlgo::ASTROBWT_DERO];
|
||||||
|
case Algorithm::KAWPOW_RVN: return m_bench_algo_perf[BenchAlgo::KAWPOW_RVN];
|
||||||
case Algorithm::RX_0: return m_bench_algo_perf[BenchAlgo::RX_0];
|
case Algorithm::RX_0: return m_bench_algo_perf[BenchAlgo::RX_0];
|
||||||
case Algorithm::RX_SFX: return m_bench_algo_perf[BenchAlgo::RX_0];
|
case Algorithm::RX_SFX: return m_bench_algo_perf[BenchAlgo::RX_0];
|
||||||
case Algorithm::RX_WOW: return m_bench_algo_perf[BenchAlgo::RX_WOW];
|
case Algorithm::RX_WOW: return m_bench_algo_perf[BenchAlgo::RX_WOW];
|
||||||
|
|
|
@ -39,6 +39,7 @@ class MoBenchmark : public IJobResultListener {
|
||||||
CN_CCX, // "cn/ccx" Conceal (CCX).
|
CN_CCX, // "cn/ccx" Conceal (CCX).
|
||||||
CN_GPU, // "cn/gpu" CryptoNight-GPU (Ryo).
|
CN_GPU, // "cn/gpu" CryptoNight-GPU (Ryo).
|
||||||
AR2_CHUKWA_V2, // "argon2/chukwav2" Argon2id (Chukwa v2).
|
AR2_CHUKWA_V2, // "argon2/chukwav2" Argon2id (Chukwa v2).
|
||||||
|
KAWPOW_RVN, // "kawpow/rvn" KawPow (RVN)
|
||||||
ASTROBWT_DERO, // "astrobwt" AstroBWT (Dero).
|
ASTROBWT_DERO, // "astrobwt" AstroBWT (Dero).
|
||||||
RX_0, // "rx/0" RandomX (Monero).
|
RX_0, // "rx/0" RandomX (Monero).
|
||||||
RX_WOW, // "rx/wow" RandomWOW (Wownero).
|
RX_WOW, // "rx/wow" RandomWOW (Wownero).
|
||||||
|
@ -59,6 +60,7 @@ class MoBenchmark : public IJobResultListener {
|
||||||
Algorithm::CN_GPU,
|
Algorithm::CN_GPU,
|
||||||
Algorithm::AR2_CHUKWA_V2,
|
Algorithm::AR2_CHUKWA_V2,
|
||||||
Algorithm::ASTROBWT_DERO,
|
Algorithm::ASTROBWT_DERO,
|
||||||
|
Algorithm::KAWPOW_RVN,
|
||||||
Algorithm::RX_0,
|
Algorithm::RX_0,
|
||||||
Algorithm::RX_WOW,
|
Algorithm::RX_WOW,
|
||||||
Algorithm::RX_ARQ,
|
Algorithm::RX_ARQ,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue