From 7c8d60a4a51b23acb01d6ab033200c28cde73323 Mon Sep 17 00:00:00 2001 From: haad Date: Wed, 9 Mar 2016 20:21:44 +0100 Subject: [PATCH] List list perf tests --- test/list-perf-tests.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/list-perf-tests.js b/test/list-perf-tests.js index 409e6cf..f14c3cf 100644 --- a/test/list-perf-tests.js +++ b/test/list-perf-tests.js @@ -38,7 +38,7 @@ // const startIpfs = async (() => { // return new Promise(async((resolve, reject) => { // const ipfsd = await(ipfsDaemon()); -// resolve(ipfsd.daemon); +// resolve(ipfsd.ipfs); // })); // }); @@ -55,7 +55,7 @@ // let ms = 0; // for(let t = 100; t <= 1000; t += 300) { -// const list = new OrbitList('A', ipfs); +// const list = new OrbitList(ipfs, 'A'); // let timer = new Timer(true); // for(let i = 0; i < t; i ++) {