annotate caching-tests/test.urs @ 2209:0ca11d57c175

Cleans up interface (it's now a command line option) and renames project to "sqlcache" in the all-one-word style. Still has issues to do with concurrency, retrying transactions, and foreign function calls that either rely on state or have side effects.
author Ziv Scully <ziv@mit.edu>
date Sat, 31 May 2014 03:08:16 -0400
parents 39faa4a037f4
children 365727ff68f4
rev   line source
ziv@2203 1 val cache01 : unit -> transaction page
ziv@2203 2 val cache10 : unit -> transaction page
ziv@2203 3 val cache11 : unit -> transaction page
ziv@2203 4 val flush01 : unit -> transaction page
ziv@2203 5 val flush10 : unit -> transaction page
ziv@2203 6 val flush11 : unit -> transaction page