Alex Knol
Alex Knol
I use the library to test a bot so I can use @SergeyFromHell 's trick with a `process.exit()` at the end. Would be nice to have a proper `stop()`. Even...
Thanks, how do I include the external stylesheet when I use the Symfony2 bundle with twig?
Having the same issue on a moderate size Symfony PHP project, zipped 35 MB. btw, I tried using the CTAGs building and stopped that after 15 minutes and a tags...
Working on this today.
@vasco-santos I've added a branch with a design diagram. https://github.com/ipfs/benchmarks/blob/add_libp2p_arch/runner/Libp2p%20Runner.png The key differentiator would be the provisioning. This takes care of setting up the right libs at the right version...
@vasco-santos I've made a [design diagram](https://github.com/ipfs/benchmarks/blob/add_libp2p_arch/runner/Libp2p%20Runner.png) The main difference is the `Provisioning`. This is where we make sure the `minion` has the right libs at the right version before we...
Hi @vasco-santos The way we get the library in the test bench is quite specific to this setup. https://github.com/ipfs/benchmarks/blob/master/tests/getIpfs.sh The config.js also relies on paths defined by ENV vars (or...
@vasco-santos that makes sense. @litzenberger should we lead the way by splitting the js-ipfs tests off of this repo?
Currently we are `rsyncing` the tests over to the minion from the controller from this repo.In the new situation I'd need to run a `git clone` of a _specified repo_...
As discussed in the latest [sync call](https://github.com/ipfs/benchmarks/issues/245) I want to present a proposal to allow the runner to run benchmark tests from a different repository. The proposal is [here](https://docs.google.com/document/d/1oVgBkPc4iUg4-iKDiKBdWmcZc5Fqn_3MXp_nWvUHPeI/edit?usp=sharing). /cc...