Is there anything in Criterion that allows for a benchmark to run some
code before or after the thing that it's timing?  As an example, I'd
like to time a bunch of database inserts, but beforehand I want to
create the target table, and afterwards I'd like to delete it.  I
don't really care to have the time spent on the create/delete recorded
in the test run's timing, if that's possible to do.

_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to