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
{{ message }}
This repository was archived by the owner on Apr 27, 2022. It is now read-only.
I've noticed on the box @naved001 just gave me access to that running the command line tool is a bit slow, enough to be slightly annoying:
$ time hil --help
Usage: hil [OPTIONS] COMMAND [ARGS]...
The HIL Command line.
Every subcommand supports --help option to see all arguments (positional
and optional) and additional help for that subcommand.
Options:
--version Show the version and exit.
--help Show this message and exit.
Commands:
headnode Commands related to headnode
network Commands related to network
networking-action Commands related to networking-actions
node Commands related to node
port Commands related to port
project Commands related to project
switch Commands related to switch
user Commands related to user
real 0m1.248s
user 0m1.013s
sys 0m0.237s
$
almost a second and a half just to display the help. Not a showstopper, but like I said, annoying, and it really shouldn't take that long to start up. We should figure out what's going on.
I've noticed on the box @naved001 just gave me access to that running the command line tool is a bit slow, enough to be slightly annoying:
almost a second and a half just to display the help. Not a showstopper, but like I said, annoying, and it really shouldn't take that long to start up. We should figure out what's going on.