You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/09/07 06:16:52 UTC

[GitHub] [incubator-kvrocks] PragmaTwice commented on pull request #833: Rewrite test unit/type/list-2 in Go

PragmaTwice commented on PR #833:
URL: https://github.com/apache/incubator-kvrocks/pull/833#issuecomment-1238953692

   > cc @PragmaTwice I notice that test like "LTRIM stress testing" can adopt a Go benchmark flavor and when you wire it into `x.py`, you may think of add `-bench=.` if possible.
   
   The script will forward all unparsed options, e.g.
   ```
   ./x.py test go build -bench=...
   ```
   equals to
   ```
   go test -v ./... -bench=...
   ```


-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org