diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-09-24 11:00:31 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-09-24 11:00:31 +0100 |
commit | 6a0fb301bb44daa5f6063c210dd3032033fec982 (patch) | |
tree | e8557beaebb7aca9235ed770915b80e24d54f6af /tests/performance_tests/derive_secret_key.h | |
parent | Merge pull request #2496 (diff) | |
download | monero-6a0fb301bb44daa5f6063c210dd3032033fec982.tar.xz |
performance_tests: adjust some iterations down a bit
Diffstat (limited to 'tests/performance_tests/derive_secret_key.h')
-rw-r--r-- | tests/performance_tests/derive_secret_key.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/performance_tests/derive_secret_key.h b/tests/performance_tests/derive_secret_key.h index 1a2945a77..f97deb974 100644 --- a/tests/performance_tests/derive_secret_key.h +++ b/tests/performance_tests/derive_secret_key.h @@ -38,7 +38,7 @@ class test_derive_secret_key : public single_tx_test_base { public: - static const size_t loop_count = 1000000; + static const size_t loop_count = 10000; bool init() { |