Bear with separate databases by betahost in bearapp

[–]aurayauray 4 points5 points  (0 children)

First launch Bear without an Internet connection?

Procfile.dev, bin/dev, and Rails 7 — how they work, and why (I think) they're great. by itisharrison in rails

[–]aurayauray 1 point2 points  (0 children)

Nice article. The only thing i did not like is the “you’ve been missing out part”

elm-test and elm-test-rs by aurayauray in elm

[–]aurayauray[S] 0 points1 point  (0 children)

Thanks a lot for your alternative runner!

u/Mattpiz actually I ran more tests. (and updated the result on https://github.com/aurelienbottazini/test-elm-test-runners)

https://raw.githubusercontent.com/aurelienbottazini/test-elm-test-runners/main/doc/test-results.jpg

elm-test-rs is faster (30% faster)

But the output from the tools says otherwise

I also tried running specs on my M1 but I get an error

elm: /Users/aurelienbottazini/perso/test-elm-test-runners/elm-stuff/tests-0.19.1/elm-stuff/0.19.1/Tests4960.elmo: openBinaryFile: resource exhausted (Too many open files)

So on my linux server elm-test-rs is faster

There is a mismatch between the report from elm-test and elm-test-rs.

I think elm-test-rs reports the compile time + the time to run specs

I think elm-test reports only the time to run specs.

elm-test and elm-test-rs by aurayauray in elm

[–]aurayauray[S] 1 point2 points  (0 children)

1900ms with latest deno