chaokunyang commented on code in PR #2028: URL: https://github.com/apache/fury/pull/2028#discussion_r1930287716
########## cpp/README.md: ########## @@ -1,8 +1,20 @@ # Apache Fury™ C++ -## How to build +## Build Fury C++ ```bash bazel build //:all bazel test //:all ``` + +## Environment + +- Bazel version: 6.3.2 + +## BenchMark + +```bash +bazel build //cpp/fury/benchmark:all +bazel run //cpp/fury/benchmark:(target) Review Comment: Is this a typo, I don't think it can be executed in bash, the bracket is special in shell ########## cpp/README.md: ########## @@ -1,8 +1,20 @@ # Apache Fury™ C++ -## How to build +## Build Fury C++ ```bash bazel build //:all bazel test //:all ``` + +## Environment + +- Bazel version: 6.3.2 + +## BenchMark + +```bash +bazel build //cpp/fury/benchmark:all +bazel run //cpp/fury/benchmark:(target) Review Comment: Is this a typo? I don't think it can be executed in terminal, the bracket is special in shell  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
