diff options
| author | NoodleDoodleNoodleDoodleNoodleDoodleNoo <xeven77@outlook.com> | 2014-06-16 03:32:09 -0700 |
|---|---|---|
| committer | NoodleDoodleNoodleDoodleNoodleDoodleNoo <xeven77@outlook.com> | 2014-06-16 03:32:09 -0700 |
| commit | 8fc42a21fc8ff4528c59e206b24d974982332964 (patch) | |
| tree | a0d9934ca8675afe4bbe5594f2b9694867eb73b6 /tests/performance_tests/main.cpp | |
| parent | 81cf5650c4c2576c74317b40a6ca57d07645a6f3 (diff) | |
| parent | 9853ba8e0636ba6f1043bb4f52caff19fe54c8ac (diff) | |
| download | monzero-core-8fc42a21fc8ff4528c59e206b24d974982332964.tar.gz monzero-core-8fc42a21fc8ff4528c59e206b24d974982332964.tar.xz monzero-core-8fc42a21fc8ff4528c59e206b24d974982332964.zip | |
Merge branch 'master' of https://github.com/monero-project/bitmonero
Diffstat (limited to 'tests/performance_tests/main.cpp')
| -rw-r--r-- | tests/performance_tests/main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/performance_tests/main.cpp b/tests/performance_tests/main.cpp index 2ad503b83..72ee2ca6c 100644 --- a/tests/performance_tests/main.cpp +++ b/tests/performance_tests/main.cpp @@ -8,6 +8,7 @@ // tests #include "construct_tx.h" #include "check_ring_signature.h" +#include "cn_slow_hash.h" #include "derive_public_key.h" #include "derive_secret_key.h" #include "generate_key_derivation.h" @@ -56,6 +57,8 @@ int main(int argc, char** argv) TEST_PERFORMANCE0(test_derive_public_key); TEST_PERFORMANCE0(test_derive_secret_key); + TEST_PERFORMANCE0(test_cn_slow_hash); + std::cout << "Tests finished. Elapsed time: " << timer.elapsed_ms() / 1000 << " sec" << std::endl; return 0; |
