François Farquet

Results 25 comments of François Farquet

Thanks @albertnetymk for the report. I don't think it's related to #153, it looks more like a JDK compatibility issue ( #127 ).

Sure, would be happy to !

Since #88 was an unsucessful attempt to add java checkstyle via SBT after evaluating all existing options, it has been decided to simply provide formatting rules that can be installed...

Based on the non trivial aspect of the issue and the fact that there exists tools to trap processes in their own environment (firejail or even docker), I'm removing the...

I can reproduce this problem on a specific machine. I'll have a look but I feel the benchmark can't open some ports or reach out to localhost somehow.

Thanks @lemmy for the suggestion ! A TLA+ benchmark would definitely fit very well in the spirit of the Renaissance suite. Would those benchmarks need to be written or do...

All jar dependencies we have come from maven central and they are defined in the `build.sbt` of each project. [Here](https://github.com/renaissance-benchmarks/renaissance/blob/master/benchmarks/twitter-finagle/build.sbt#L10-L19) is an example. Wouldn't it be possible to have the...

I see. And how about the second option ? Having the benchmark definition here has advantages like easier source code exploration, being able to adapt the workload size, etc. Could...

> It is probably best to ditch the idea of a self-contained jar and instead use the vanilla jar from maven central and check the specs (input) into this repository....

> How do you make sbt consume maven snapshot dependencies? You can use the `-SNAPSHOT` suffix just like in a pom file. So you can add something like this to...