I have been searching for recent performance benchmarks that compare L2S and EF and couldnt find any that tested calling stored procedures using the released version of EF. So, I ran some of my own tests and found some interesting results.
Do these results look right? Should I be testing it in a different way?
One instance of the context, one call of the sproc: www.vyrotek.com/code/linq1.png
One instance of the context, multiple calls of the same sproc: www.vyrotek.com/code/linq2.png
Multiple instances of the context, multiple calls of the same sproc: www.vyrotek.com/code/linq3.png