Skip to content

Instantly share code, notes, and snippets.

@nictuku
Created December 14, 2017 23:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nictuku/a79641c9f65ef641ffc0c582a9f00bdb to your computer and use it in GitHub Desktop.
Save nictuku/a79641c9f65ef641ffc0c582a9f00bdb to your computer and use it in GitHub Desktop.
$ for run in {1..3}; do time bazel build //helloworld/server:hello_server_kube_dev_deploy.create;done
INFO: (12-14 15:11:11.353) Found 1 target...
Target //helloworld/server:hello_server_kube_dev_deploy.create up-to-date:
bazel-bin/helloworld/server/hello_server_kube_dev_deploy.create
INFO: (12-14 15:11:11.688) Elapsed time: 0.680s, Critical Path: 0.00s
real 0m0.899s
user 0m0.159s
sys 0m0.054s
INFO: (12-14 15:11:12.137) Found 1 target...
Target //helloworld/server:hello_server_kube_dev_deploy.create up-to-date:
bazel-bin/helloworld/server/hello_server_kube_dev_deploy.create
INFO: (12-14 15:11:12.393) Elapsed time: 0.472s, Critical Path: 0.00s
real 0m0.692s
user 0m0.169s
sys 0m0.058s
INFO: (12-14 15:11:12.895) Found 1 target...
Target //helloworld/server:hello_server_kube_dev_deploy.create up-to-date:
bazel-bin/helloworld/server/hello_server_kube_dev_deploy.create
INFO: (12-14 15:11:13.180) Elapsed time: 0.509s, Critical Path: 0.00s
real 0m0.788s
user 0m0.190s
sys 0m0.078s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment