You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was caught out by the naming convention for Python modules. For a speed benchmark the documentation says:
--target-module : This mandatory argument specifies a python module in the pylib directory with definitions of routines to run the benchmark.
I naïvely assumed that "specifies" meant the name of the python file (i.e. xyz.py), it doesn't it means the name of the module (i.e. xyzzy). The documentation might make this explicit for those unfamiliar with Python conventions.
The text was updated successfully, but these errors were encountered:
I was caught out by the naming convention for Python modules. For a speed benchmark the documentation says:
I naïvely assumed that "specifies" meant the name of the python file (i.e. xyz.py), it doesn't it means the name of the module (i.e. xyzzy). The documentation might make this explicit for those unfamiliar with Python conventions.
The text was updated successfully, but these errors were encountered: