status-im / nim-chronicles

A crafty implementation of structured logging for Nim.
Apache License 2.0
153 stars 20 forks source link

skip slow size tests on Windows #107

Open stefantalpalaru opened 2 years ago

stefantalpalaru commented 2 years ago

Seeing this in GitHub Actions, after reducing the number of log lines in "tests/size.nim" from 1000 to 500 (1000 would OOM-kill gcc).

64-bit Windows:

[OK] compiled ../size for size_check_release 314.500 s
[OK] compiled ../size for size_check_debug 67.446 s

64-bit Linux:

[OK] compiled ../size for size_check_release 13.055 s
[OK] compiled ../size for size_check_debug 4.611 s