Class db.DbTest

3

tests

0

failures

37.999s

duration

100%

successful

Tests

Test Duration Result
testDerbyDB 27.098s passed
testObjectDB 6.940s passed
testSqliteDB 3.961s passed

Standard output

Testing with 100000 elements
100000 Prices SqliteDB, total time 3455 ms
	Insert:	 1508 ms
	Select:	 605 ms
	Update:	 1319 ms
	Delete:	 23 ms
----------------------------------------------
Testing with 100000 elements
100000 Prices ObjectDB, total time 6467 ms
	Insert:	 2579 ms
	Select:	 1126 ms
	Update:	 1698 ms
	Delete:	 1064 ms
----------------------------------------------
Testing with 100000 elements
100000 Prices DerbyDB, total time 24808 ms
	Insert:	 11467 ms
	Select:	 695 ms
	Update:	 6983 ms
	Delete:	 5663 ms
----------------------------------------------