Added cn/2 to algo test
This commit is contained in:
parent
e314fa8ec9
commit
faecf408d6
1 changed files with 1 additions and 1 deletions
2
mt.js
2
mt.js
|
@ -14,7 +14,7 @@ const net = require('net');
|
|||
// *** CONSTS ***
|
||||
// *****************************************************************************
|
||||
|
||||
const algos = [ "cn/1", "cn/xtl", "cn/msr", "cn/xao", "cn/rto", "cn-heavy/0", "cn-heavy/tube", "cn-heavy/xhv", "cn-lite/1" ];
|
||||
const algos = [ "cn/1", "cn/2", "cn/xtl", "cn/msr", "cn/xao", "cn/rto", "cn-heavy/0", "cn-heavy/tube", "cn-heavy/xhv", "cn-lite/1" ];
|
||||
|
||||
// *****************************************************************************
|
||||
// *** WORKING STATE ***
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue