Remove valdup from BenchmarkDictType ()

makes SERVER_CFLAGS='-DSERVER_TEST' compile as well

Introduced in .

Signed-off-by: Eran Liberty <eranl@amazon.com>
Co-authored-by: Eran Liberty <eranl@amazon.com>
This commit is contained in:
Eran Liberty 2024-06-04 20:00:53 -07:00 committed by GitHub
parent 9319f7aeca
commit 60c10a5a4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1748,7 +1748,7 @@ char *stringFromLongLong(long long value) {
return s;
}
dictType BenchmarkDictType = {hashCallback, NULL, NULL, compareCallback, freeCallback, NULL, NULL};
dictType BenchmarkDictType = {hashCallback, NULL, compareCallback, freeCallback, NULL, NULL};
#define start_benchmark() start = timeInMilliseconds()
#define end_benchmark(msg) \