mitchellh / libxev

libxev is a cross-platform, high-performance event loop that provides abstractions for non-blocking IO, timers, events, and more and works on Linux (io_uring or epoll), macOS (kqueue), and Wasm + WASI. Available as both a Zig and C API.
MIT License
2.07k stars 74 forks source link

Log Level incorrectly set in benchmarks #39

Closed Corendos closed 1 year ago

Corendos commented 1 year ago

In multithreaded version of async benchmarks, the log level was not set correctly.

This was probably due to a change in the Zig compiler and forgotten to be updated as well.