Stefan Marr

Results 141 comments of Stefan Marr

A simple test: ``` root$ sleep 100000 user$ kill -9 pidOfSleep kill: kill pidOfSleep failed: operation not permitted ``` So, I think, I'll add a feature to rebench-denoise to send...

Ok, first attempt: https://github.com/smarr/ReBench/tree/timeouts-and-signals I still want to add signal handling to automatically also look for all child processes before exiting based on a signal.

This also gets in the way of building all experiments in a configuration file, which is rather useful when setting up artifacts. ``` Two identical BenchmarkConfig tried to register. This...

Yeah... This is all a "best effort" operation... Some "unofficial" documents in my tmp folder. tmp means they can disappear without notice: - 2023-06-15 https://stefan-marr.de/downloads/tmp/awfy-bun.html - 2022-10-26 https://stefan-marr.de/downloads/tmp/awfy-graal-22.3.html - 2022-11-01...

Ok, great, thanks. At the moment, I have not really "installed" asdf, and actually just use it as a downloader with a consistent set of commands, so, even if we'd...

Hi @q3cpma very interesting :) > Am I supposed to set the maximum optimization flags? For execution and results, we usually run things in the "production" settings, which I naively...

My intuition would be to go with the programming style that is most "idiomatic" for application code. For me, the intention of these benchmarks is not to showcase the fastest...

And just for good measures: workaround based on https://github.com/SeanSobey/ChartjsNodeCanvas/issues/7#issuecomment-605677826

Thanks for the PR, would be great if you could also add a simple test.

At the moment, the [ht-latex](https://github.com/smarr/latex-to-html5/blob/master/ht-latex) script does not pass arguments to latex. I guess, it could be easily added. What else beside `-shell-escape` would be useful?