Zhicheng Cai
Zhicheng Cai
> Let's keep this open until there is nothing left to be done here. Sounds good.
As suggested above, one command as `make stop-trials` may be cleaner. If `experiment` is set, then we remove all related to that experiment only. Otherwise, remove all trials. Also, use...
> > I'm wondering it it'd make sense to have a dedicated utility - rather than make - for updating/controlling running experiments/tasks, instead of cluttering the Makefile. > > Yes,...
> There's no way to pause a trial so other than restarting parts of an experiment (e.g. the measurer) this is not possible. Could you give some details why this...
Hi, anyone has some ideas on this weird behavior? ``` ~/fuzzbench$ docker ps -f "name=r-*-[0-9]+$" CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES ~/fuzzbench$ docker ps -f "name=-*-[0-9]+$" CONTAINER ID...