Skip to content

Commit

Permalink
Added RX_V algo perf support
Browse files Browse the repository at this point in the history
  • Loading branch information
MoneroOcean committed Dec 15, 2019
1 parent c41cc3d commit 9a5cc54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ float Benchmark::get_algo_perf(Algorithm::Id algo) const {
case Algorithm::CN_HEAVY_XHV: return m_bench_algo_perf[BenchAlgo::CN_HEAVY_TUBE];
case Algorithm::CN_PICO_0: return m_bench_algo_perf[BenchAlgo::CN_PICO_0];
case Algorithm::RX_LOKI: return m_bench_algo_perf[BenchAlgo::RX_0];
case Algorithm::RX_V: return m_bench_algo_perf[BenchAlgo::RX_0];
case Algorithm::RX_WOW: return m_bench_algo_perf[BenchAlgo::RX_WOW];
case Algorithm::RX_0: return m_bench_algo_perf[BenchAlgo::RX_0];
case Algorithm::DEFYX: return m_bench_algo_perf[BenchAlgo::DEFYX];
Expand Down

0 comments on commit 9a5cc54

Please sign in to comment.