Kiril Vatev

Results 125 comments of Kiril Vatev

This looks to be IPC issues again. When using smaller numbers, like 6273, it runs a few hundred tests and then gets stuck. Especially if you crank up the threads.

I am now leaning more toward this being a uv issue. It looks like the thread pool gets saturated and stops resolving async tasks. Adding custom IPC (using named sockets...

Repros every time on Windows with: ``` bash grandma run one -d 10s -r 20000 --out file.log ```

Actually, I implemented globing wrong apparently, so this is already how `--logs` works. ``` grandma diff -l out/pccis* out/dcs* out/sss* ``` Results in all files being treated separately in the...

Never mind, the above comment it not really true. In bash, globs are automatically expanded by bash itself before being passed into the command, and therefore, the above example worked...

It might be better to implement this directly in [hitime](https://github.com/catdad/hitime).

Experimental version released in v0.4.0, behind a `--estimates` flag only for the json reporter.

@stezu Do you see the same thing, or is this a stupid Windows thing? `req` is a request for a 10ish line text file from IIS... I'm sure Apache will...

Might be a false alarm. It looks to be an IIS issue. Here are the same results when requesting the same file from a NodeJS server: ``` D:\Git\grandma>grandma run req...