Fix windows compilation problem for slow_test (#3974)
This commit is contained in:
parent
cca66d4920
commit
f2ddac1be0
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ TEST (vote_cache, perf_multithreaded)
|
||||||
// Ensure our generated votes go to inactive vote cache instead of active elections
|
// Ensure our generated votes go to inactive vote cache instead of active elections
|
||||||
node.active.clear ();
|
node.active.clear ();
|
||||||
|
|
||||||
run_parallel (thread_count, [&node, &reps, &blocks] (int index) {
|
run_parallel (thread_count, [&node, &reps, &blocks, &vote_count, &single_vote_size, &single_vote_reps] (int index) {
|
||||||
int block_idx = index;
|
int block_idx = index;
|
||||||
int rep_idx = index;
|
int rep_idx = index;
|
||||||
std::vector<nano::block_hash> hashes;
|
std::vector<nano::block_hash> hashes;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue