(self, constructor)
| 225 | # test speed of the code path for a scalar index |
| 226 | # before the start. should be the same as above. |
| 227 | def time_asof_single_early(self, constructor): |
| 228 | self.ts.asof(self.date_early) |
| 229 | |
| 230 | # test the speed of the code path for a scalar index |
| 231 | # with a long *while* loop. should still be much |