Skip to content

Instantly share code, notes, and snippets.

@nictuku
Created December 14, 2017 22:34
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/b8da34eefc8b328b5063937389ca9f28 to your computer and use it in GitHub Desktop.
Save nictuku/b8da34eefc8b328b5063937389ca9f28 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 14:17:29.488) 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 14:17:37.956) Elapsed time: 27.153s, Critical Path: 2.84s
real 0m28.737s
user 0m41.797s
sys 0m6.843s
INFO: (12-14 14:17:55.494) 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 14:18:04.033) Elapsed time: 24.505s, Critical Path: 5.10s
real 0m26.067s
user 0m43.054s
sys 0m4.722s
INFO: (12-14 14:18:20.657) 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 14:18:28.793) Elapsed time: 23.192s, Critical Path: 3.96s
real 0m24.779s
user 0m45.536s
sys 0m4.573s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment