Fix benchmark

This commit is contained in:
haad 2016-05-23 13:59:28 +02:00
parent acf131830e
commit f8273fde29

View File

@ -27,7 +27,7 @@ const startIpfs = () => {
// resolve(ipfs);
// });
// });
const ipfs = new IPFS()
const ipfs = new IPFS('/tmp/benchmark')
ipfs.goOnline(() => {
resolve(ipfs)
})