A bug need to fix!
Closed this issue · 1 comments
lthero-big commented
Thanks for your work!!! We found a bug here:
Before we run 'python cli.py' , we need to add the following code to the bottom of cli.py,otherwise it won't work
if __name__ == "__main__":
cli()
johnding1996 commented
Thanks for raising this issue. Yes, during our development, we actually install through pip install -e .
and call the command-line interface through wmbench [commands] [args]
. Thanks for letting us know. We will address the docs and code accordingly.