Both comparisons will be compiled into machine commands, such as BLT (branch less) or BLE (branch less equal), which check some status bits, such as BLT: NV + -NV (negative, not overflowing or not negative and overflowing) or BLE: Z + NV + -NV (zero or negative, not overflow or not negative and overflow).
These instructions are usually executed exactly at the same time, so they are equally fast.
source share