Is it normal to gain 100 req/s for No DB, No Caching API Route

This is the controller route If I use Yjit I get around 200 requests per second

def say_hello
    render json: {
      "hello" => "world"
    }
end

Is there anyway to optimize