File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ double PerfChk::get_algo_perf(Algorithm::Id algo) const {
133133 case Algorithm::CN_PICO_TLO : return m_perfchk_algo_perf[PerfChkAlgo::CN_PICO_0 ];
134134 case Algorithm::CN_GPU : return m_perfchk_algo_perf[PerfChkAlgo::CN_GPU ];
135135 case Algorithm::AR2_CHUKWA : return m_perfchk_algo_perf[PerfChkAlgo::AR2_CHUKWA ];
136+ case Algorithm::AR2_CHUKWA_V2 : return m_perfchk_algo_perf[PerfChkAlgo::AR2_CHUKWA_V2 ];
136137 case Algorithm::AR2_WRKZ : return m_perfchk_algo_perf[PerfChkAlgo::AR2_WRKZ ];
137138 case Algorithm::ASTROBWT_DERO : return m_perfchk_algo_perf[PerfChkAlgo::ASTROBWT_DERO ];
138139 case Algorithm::RX_0 : return m_perfchk_algo_perf[PerfChkAlgo::RX_0 ];
Original file line number Diff line number Diff line change @@ -38,11 +38,14 @@ class PerfChk : public IJobResultListener {
3838 CN_PICO_0 , // "cn-pico" CryptoNight-Pico.
3939 CN_CCX , // "cn/ccx" Conceal (CCX).
4040 CN_GPU , // "cn/gpu" CryptoNight-GPU (Ryo).
41+ AR2_CHUKWA , // "argon2/chukwa" Argon2id (Chukwa).
4142 AR2_CHUKWA_V2 , // "argon2/chukwav2" Argon2id (Chukwa v2).
43+ AR2_WRKZ , // "argon2/wrkz" Argon2id (WRKZ).
4244 ASTROBWT_DERO , // "astrobwt" AstroBWT (Dero).
4345 RX_0 , // "rx/0" RandomX (Monero).
4446 RX_WOW , // "rx/wow" RandomWOW (Wownero).
4547 RX_ARQ , // "rx/arq" RandomARQ (Arqma).
48+ RX_KEVA , // "rx/keva" RandomKEVA (Keva).
4649 RX_XLA , // "panthera" Panthera (Scala2).
4750 MAX ,
4851 MIN = 0 ,
@@ -57,11 +60,14 @@ class PerfChk : public IJobResultListener {
5760 Algorithm::CN_PICO_0 ,
5861 Algorithm::CN_CCX ,
5962 Algorithm::CN_GPU ,
63+ Algorithm::AR2_CHUKWA ,
6064 Algorithm::AR2_CHUKWA_V2 ,
65+ Algorithm::AR2_WRKZ ,
6166 Algorithm::ASTROBWT_DERO ,
6267 Algorithm::RX_0 ,
6368 Algorithm::RX_WOW ,
6469 Algorithm::RX_ARQ ,
70+ Algorithm::RX_KEVA ,
6571 Algorithm::RX_XLA ,
6672 };
6773
You can’t perform that action at this time.
0 commit comments