Yes indeed but wrk2 or Vegeta is still better for this particular use case (unless k6 has support for setting a constant RPS rate, afaik it does not), as otherwise the overhead of establishing a new TCP connection for a single HTTP request will dominate the benchmark.
See more discussion here[2].
[1]: https://k6.io/docs/using-k6/scenarios/arrival-rate/
[2]: https://community.k6.io/t/is-k6-safe-from-the-coordinated-om...