Julius Beckmann

Results 49 comments of Julius Beckmann

In the end it is not critical, because this library works on HHVM as expected. Just the tests will not run exactly the same because of this one different behaviour....

I dont need that value to be changes as container parameter. My problem was that _simply_ changeing that common class was very hard to find.

Default config can be found here: https://github.com/PragTob/benchee/blob/master/lib/benchee/config.ex#L156 Example for mix config: https://hexdocs.pm/mix/Mix.Config.html

Is it ok for config to be included at compile time? ``` @default_config %{ parallel: Application.fetch_env!(:benchee, :parallel, 1), } ```

@TheRatG Can you please provide the content of `$output` and other info like: Operating System,Type of command,... ?

@AyhamAlzoubi Thanks for reporting. But i cant reproduce that error :( If you could provide a folder structure that will trigger that bug, please show us. By your error description...

I can confirm this error, in my code _any_ of these `@param` will let groc fail: ``` /** * @param anything */ ``` with: ``` Generating documentation... ! Failed to...

Does the file get transferred? Is it the only warning you get?

It would help to know if SCP works at all beforehand. Could you try to transfer the file using `scp` like described here? http://www.hypexr.org/linux_scp_help.php