示例#1
0
 void
 run() override
 {
     float lf = 0.90f;
     test_recover (lf, 10000);
     test_recover (lf, 100000);
 }
 void
 run() override
 {
     float lf = 0.55f;
     test_recover (lf, 0);
     test_recover (lf, 10);
     test_recover (lf, 100);
 }