Commit b6fe6a31 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

[t:4277] fix clang compilation warning and make orthopush-flush faster

clang complains about a variable-length static array in a struct, this is
nonstandard

decrease the nodesize and bn size of orthopush-flush, this makes it run a
lot faster without losing effectiveness


git-svn-id: file:///svn/toku/tokudb@43465 c7de825b-a66e-492c-adef-691d508d4ae1
parent 01bbb5f8
......@@ -122,7 +122,6 @@ if(BUILD_TESTING)
## some take even longer, with valgrind
set(extra_long_tests
subblock-test-checksum
orthopush-flush
benchmark-test
)
set_tests_properties(${extra_long_tests} PROPERTIES TIMEOUT 5400)
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment