facebookexperimental / libunifex

Unified Executors
Other
1.46k stars 188 forks source link

Arithmetic exception in example io_epoll_test #503

Open snowzhaozhj opened 1 year ago

snowzhaozhj commented 1 year ago

when I run the tests on my computer, the example_io_epoll_test failed with a devision by zero exception: image

snowzhaozhj commented 1 year ago

using the following code may be better:

(ms == 0 ? -1 : reps/ms)