"sdk/esp_iot_sdk_v1.4.0/examples/wps/Makefile" did not exist on "1e83bd9f879ffbdcbea1f75473b0ff532804842a"
Modify help msg PING_BULK to PING_MBULK in benchmark (#8109)
As described in redis-benchamrk help message 'The test names are the same as the ones produced as output.', In redis-benchmark output, we can only see PING_BULK, but the cmd `redis-benchmark -t ping_bulk` is not supported. We have to run it with ping_mbulk which is not user friendly.
Please register or sign in to comment