Guest User

Untitled

a guest
Jun 19th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. klaus@linux-proxy:~/Projekte/tiny_tds> ruby test/benchmark/query_odbc.rb
  2. Could not retrieve vlans: undefined method `each' for "":String
  3. Query Odbc
  4. ==========
  5. Author: Ken Collins
  6. Date: October 21, 2010
  7. Summary: Benchmarking ODBC Querys
  8.  
  9. System Information
  10. ------------------
  11. Operating System: openSUSE 11.1 (i586)
  12. CPU: Intel(R) Pentium(R) 4 CPU 3.00GHz
  13. Processor Count: 2
  14. Memory: 1.95 GB
  15. ruby 1.9.1p378 (2010-01-10 revision 26273) [i686-linux]
  16.  
  17. "Nothing" is up to 95% faster over 1,000 repetitions
  18. ----------------------------------------------------
  19.  
  20. Nothing 0.605051279067993 secs Fastest
  21. Guids 0.683982133865356 secs 11% Slower
  22. Bits 0.703500270843506 secs 13% Slower
  23. Moneys 0.71807861328125 secs 15% Slower
  24. Floats 0.733865261077881 secs 17% Slower
  25. Dates 0.825531482696533 secs 26% Slower
  26. Integers 0.825632095336914 secs 26% Slower
  27. Decimals 0.920685768127441 secs 34% Slower
  28. Binaries 2.67380738258362 secs 77% Slower
  29. Chars 4.81149983406067 secs 87% Slower
  30. All 14.5261948108673 secs 95% Slower
  31.  
  32. klaus@linux-proxy:~/Projekte/tiny_tds> ruby test/benchmark/query_tinytds.rb
  33. Could not retrieve vlans: undefined method `each' for "":String
  34. Query Tinytds
  35. =============
  36. Author: Ken Collins
  37. Date: October 21, 2010
  38. Summary: Benchmark TinyTds Querys
  39.  
  40. System Information
  41. ------------------
  42. Operating System: openSUSE 11.1 (i586)
  43. CPU: Intel(R) Pentium(R) 4 CPU 3.00GHz
  44. Processor Count: 2
  45. Memory: 1.95 GB
  46. ruby 1.9.1p378 (2010-01-10 revision 26273) [i686-linux]
  47.  
  48. "Nothing" is up to 87% faster over 1,000 repetitions
  49. ----------------------------------------------------
  50.  
  51. Nothing 0.365645885467529 secs Fastest
  52. Bits 0.430060148239136 secs 14% Slower
  53. Guids 0.498048543930054 secs 26% Slower
  54. Floats 0.502803087234497 secs 27% Slower
  55. Dates 0.616784334182739 secs 40% Slower
  56. Moneys 0.624781131744385 secs 41% Slower
  57. Integers 0.634411573410034 secs 42% Slower
  58. Binaries 0.665427684783936 secs 45% Slower
  59. Decimals 0.720389127731323 secs 49% Slower
  60. Chars 1.1300950050354 secs 67% Slower
  61. All 2.98635196685791 secs 87% Slower
Add Comment
Please, Sign In to add comment