optimize AutobridgeCalculator and Amount for speed

This commit is contained in:
Ivan Tivonenko
2015-09-17 18:51:29 +03:00
parent c7df5df163
commit 20fa8bc953
9 changed files with 214 additions and 123 deletions

View File

@@ -1706,7 +1706,7 @@ describe('OrderBook', function() {
setTimeout(function() {
assert.strictEqual(numModelEvents, 1);
done();
}, 300)
}, 300);
});
it('Notify - deleted node - trade', function(done) {