Skip to content

Commit ac8f15a

Browse files
committed
small fix.
1 parent 3a76322 commit ac8f15a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/simple_benchmark_test.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ int main() {
9494
test_switch(io, 1).then([&]() {
9595
return test_switch(io, 1000);
9696
}).then([&]() {
97-
io.stop();
9897
return test_switch(io, 10000);
9998
}).then([&]() {
10099
return test_switch(io, 100000);

0 commit comments

Comments
 (0)