Author: gbayon
Date: Wed Jan 3 11:44:48 2007
New Revision: 492269
URL: http://svn.apache.org/viewvc?view=rev&rev=492269
Log:
- Minor correction
Modified:
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/Perf/PerformanceTest.cs
Modified:
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/Perf/PerformanceTest.cs
URL:
http://svn.apache.org/viewvc/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/Perf/PerformanceTest.cs?view=diff&rev=492269&r1=492268&r2=492269
==============================================================================
---
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/Perf/PerformanceTest.cs
(original)
+++
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/Perf/PerformanceTest.cs
Wed Jan 3 11:44:48 2007
@@ -134,6 +134,7 @@
timer.Start();
DirectAdoNet(_connection, simples, n, "j1");
+ timer.Stop();
double adonet = 1000000 * (timer.Duration / (double)n);
_connection.Close();