Skip to content

Commit 7718b2d

Browse files
committed
removed buggy test first
1 parent 6de1724 commit 7718b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/work_stealing.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ void starvation_test(size_t W) {
303303

304304
/*
305305
TODO: bug? (some extreme situations may run forever ...)
306-
// large linear chaing and many branches
306+
// large linear chain followed by many branches
307307
size_t N = 100000;
308308
taskflow.clear();
309309
counter = 0;

0 commit comments

Comments
 (0)