400Ping commented on PR #706:
URL: https://github.com/apache/mahout/pull/706#issuecomment-3641716266

   ```
   $ cargo test -p qdp-kernels
       Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
        Running unittests src/lib.rs 
(target/debug/deps/qdp_kernels-834ef57a7b7278e2)
   
   running 0 tests
   
   test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; 
finished in 0.00s
   
        Running tests/amplitude_encode.rs 
(target/debug/deps/amplitude_encode-fd9fbfcddfc28d91)
   
   running 10 tests
   test test_amplitude_encode_negative_norm_error ... ok
   test test_amplitude_encode_zero_norm_error ... ok
   test test_amplitude_encode_small_input_large_state ... ok
   test test_amplitude_encode_odd_input_length ... ok
   test test_l2_norm_batch_kernel_stream ... ok
   test test_amplitude_encode_power_of_two ... ok
   test test_l2_norm_single_kernel ... ok
   test test_amplitude_encode_large_state ... ok
   test test_amplitude_encode_vectorized_load ... ok
   test test_amplitude_encode_basic ... ok
   
   test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; 
finished in 0.15s
   
      Doc-tests qdp_kernels
   
   running 0 tests
   
   test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; 
finished in 0.00s
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to