Guest User

Untitled

a guest
Dec 17th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. $ for run in {1..3}; do time bazel build //helloworld/server:hello_server_kube_dev_deploy.create;done
  2. INFO: (12-14 15:11:11.353) Found 1 target...
  3. Target //helloworld/server:hello_server_kube_dev_deploy.create up-to-date:
  4. bazel-bin/helloworld/server/hello_server_kube_dev_deploy.create
  5. INFO: (12-14 15:11:11.688) Elapsed time: 0.680s, Critical Path: 0.00s
  6.  
  7. real 0m0.899s
  8. user 0m0.159s
  9. sys 0m0.054s
  10. INFO: (12-14 15:11:12.137) Found 1 target...
  11. Target //helloworld/server:hello_server_kube_dev_deploy.create up-to-date:
  12. bazel-bin/helloworld/server/hello_server_kube_dev_deploy.create
  13. INFO: (12-14 15:11:12.393) Elapsed time: 0.472s, Critical Path: 0.00s
  14.  
  15. real 0m0.692s
  16. user 0m0.169s
  17. sys 0m0.058s
  18. INFO: (12-14 15:11:12.895) Found 1 target...
  19. Target //helloworld/server:hello_server_kube_dev_deploy.create up-to-date:
  20. bazel-bin/helloworld/server/hello_server_kube_dev_deploy.create
  21. INFO: (12-14 15:11:13.180) Elapsed time: 0.509s, Critical Path: 0.00s
  22.  
  23. real 0m0.788s
  24. user 0m0.190s
  25. sys 0m0.078s
Add Comment
Please, Sign In to add comment