nbronson / ccstm

CCSTM is a library-based STM for Scala
http://ppl.stanford.edu/ccstm/site/
Other
26 stars 0 forks source link

performance metrics #5

Open nbronson opened 14 years ago

nbronson commented 14 years ago

Currently the unit tests produce a very large number of performance samples. To actually catch performance regressions this should be reduced to a smaller set of metrics that can be stored and charted.

nbronson commented 14 years ago

Is there a simple formula like a+b_numReads+c_numWrites+d*nestedTxns that can predict the cost of an uncontended transaction?