couchbaselabs / intrapop

1 stars 1 forks source link

page timings are incorrect #20

Closed steveyen closed 9 years ago

steveyen commented 9 years ago

it's possible the alias feature is summing up timings from every backend pindex.

instead, we should be using clock (end - start) times.

steveyen commented 9 years ago

The workaround fix in intrapop was just to get our own timings in client-side JS...

[master e746534] tracking and displaying client-side searchTime

And, also left another issue report on the bleve project about this.