Skip to content

Instantly share code, notes, and snippets.

@sayrer
Created June 23, 2021 21:12
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 sayrer/754d81f03598ee61f88a2f5b827dac4a to your computer and use it in GitHub Desktop.
Save sayrer/754d81f03598ee61f88a2f5b827dac4a to your computer and use it in GitHub Desktop.
INFO: Elapsed time: 6.896s, Critical Path: 5.72s
INFO: 96 processes: 49 internal, 47 darwin-sandbox.
INFO: Build completed successfully, 96 total actions
//:aead_tests PASSED in 0.4s
//:agreement_tests PASSED in 3.4s
//:constant_time_tests PASSED in 1.6s
//:digest_tests PASSED in 3.5s
//:ecdsa_tests PASSED in 0.5s
//:error_tests PASSED in 0.3s
//:hkdf_tests PASSED in 0.3s
//:hmac_tests PASSED in 0.2s
//:pbkdf2_tests PASSED in 2.6s
//tools/bazel_example:demo_lib_test PASSED in 0.4s
//tools/bazel_example:tests/integration PASSED in 0.2s
Executed 11 out of 11 tests: 11 tests pass.
INFO: Build completed successfully, 96 total actions
( bazel test //...; ) 0.02s user 0.02s system 0% cpu 6.922 total
sayrer@roberts-mini ring-bazel % time (bazel test //...)
INFO: Analyzed 22 targets (0 packages loaded, 0 targets configured).
INFO: Found 11 targets and 11 test targets...
INFO: Elapsed time: 0.112s, Critical Path: 0.00s
INFO: 1 process: 1 internal.
INFO: Build completed successfully, 1 total action
//:aead_tests (cached) PASSED in 0.4s
//:agreement_tests (cached) PASSED in 3.4s
//:constant_time_tests (cached) PASSED in 1.6s
//:digest_tests (cached) PASSED in 3.5s
//:ecdsa_tests (cached) PASSED in 0.5s
//:error_tests (cached) PASSED in 0.3s
//:hkdf_tests (cached) PASSED in 0.3s
//:hmac_tests (cached) PASSED in 0.2s
//:pbkdf2_tests (cached) PASSED in 2.6s
//tools/bazel_example:demo_lib_test (cached) PASSED in 0.4s
//tools/bazel_example:tests/integration (cached) PASSED in 0.2s
Executed 0 out of 11 tests: 11 tests pass.
INFO: Build completed successfully, 1 total action
( bazel test //...; ) 0.02s user 0.02s system 30% cpu 0.136 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment