skypjack / uvw

Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!
MIT License
1.82k stars 207 forks source link

Do not fail unit test because cpu speed 0 #277

Closed pemensik closed 1 year ago

pemensik commented 1 year ago

Some architectures do not have implemented obtaining cpu speed. They return 0 for undefined value. Pass the test with any non-negative value.

Resolves #252