Aleksandar Prokopec
                                            Aleksandar Prokopec
                                        
                                    It's somewhat surprising that the thread count seems to be converging. But, also, it drops at the very end, and the `tearDownAfterAll` is a likely reason, I think. Perhaps we...
Hi Vladimir! Thanks for the pointer! So, essentially, this could be fixed by calling `close` on the `Service` object, correct?
Should we add a `detailedDescription` method to the `RenaissanceBenchmark` class?
That's a good point - we should probably create a scratch subdirectory when running a benchmark, and ensure that it runs within it. Not sure how the address issues such...
Regarding ports, note that many of the frameworks have some configurability options regarding the ports that they use.
Yes, this would be useful to have. Although, I would say it might be useful to check the benchmark's results in a benchmark-specific manner - it would make it easier...
> I'm not sure how detailed we want things, but in general I would like to see a file with stdout and stderr for every phase and repetition of a...
The `Context` class sounds related to the scratch-dir functionality discussed in: https://github.com/D-iii-S/renaissance-benchmarks/issues/13
Thanks for the suggestion - this looks like an interesting workload. To add to what Francois said, there is a benchmark subfolder `benchmarks/dummy` that is a minimal example of how...