XEQ PR adjustment
This commit is contained in:
parent
bfebb46d62
commit
ce2a38e59a
3 changed files with 2 additions and 4 deletions
|
@ -47,7 +47,6 @@ class MoBenchmark : public IJobResultListener {
|
|||
RX_0, // "rx/0" RandomX (Monero).
|
||||
RX_GRAFT, // "rx/graft" RandomGraft (Graft).
|
||||
RX_ARQ, // "rx/arq" RandomARQ (Arqma).
|
||||
RX_XEQ,
|
||||
RX_XLA, // "panthera" Panthera (Scala2).
|
||||
MAX,
|
||||
MIN = 0,
|
||||
|
@ -68,7 +67,6 @@ class MoBenchmark : public IJobResultListener {
|
|||
Algorithm::RX_0,
|
||||
Algorithm::RX_GRAFT,
|
||||
Algorithm::RX_ARQ,
|
||||
Algorithm::RX_XEQ,
|
||||
Algorithm::RX_XLA,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue