aboutsummaryrefslogtreecommitdiff
path: root/tests/performance_tests/performance_tests.h
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2021-02-18 14:03:31 -0500
committerluigi1111 <luigi1111w@gmail.com>2021-02-18 14:03:31 -0500
commitce5800a22539e3d5811edfdf4cdd07e1fbc62cef (patch)
treec4a46216b6b206fcee185d13ed6c6f344ae990b7 /tests/performance_tests/performance_tests.h
parent33004ded629dfa309ff43adcd6a93f6f2b9dfcbd (diff)
parent85db1734e7dd456c1edb095a2c829527262b96c7 (diff)
downloadmonzero-core-ce5800a22539e3d5811edfdf4cdd07e1fbc62cef.tar.gz
monzero-core-ce5800a22539e3d5811edfdf4cdd07e1fbc62cef.tar.xz
monzero-core-ce5800a22539e3d5811edfdf4cdd07e1fbc62cef.zip
Merge pull request #7346
85db173 Remove unused variables in monero codebase (Kevin Barbour)
Diffstat (limited to 'tests/performance_tests/performance_tests.h')
-rw-r--r--tests/performance_tests/performance_tests.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/performance_tests/performance_tests.h b/tests/performance_tests/performance_tests.h
index ae7aabe08..7bedfdd4e 100644
--- a/tests/performance_tests/performance_tests.h
+++ b/tests/performance_tests/performance_tests.h
@@ -215,7 +215,6 @@ void run_test(const std::string &filter, Params &params, const char* test_name)
if (params.stats)
{
uint64_t mins = min / scale;
- uint64_t maxs = max / scale;
uint64_t meds = med / scale;
uint64_t p95s = quantiles[9] / scale;
uint64_t stddevs = stddev / scale;