(self, constructor)
| 220 | # test speed of the code path for a scalar index |
| 221 | # without *while* loop |
| 222 | def time_asof_single(self, constructor): |
| 223 | self.ts.asof(self.date) |
| 224 | |
| 225 | # test speed of the code path for a scalar index |
| 226 | # before the start. should be the same as above. |