pg_tests.csv 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. testcase,statements,successful,ratio
  2. aggregates,416,129,31.01
  3. alter_table,1679,164,9.77
  4. arrays,410,148,36.1
  5. bit,115,90,78.26
  6. boolean,93,87,93.55
  7. case,63,37,58.73
  8. char,25,16,64.0
  9. comments,7,7,100.0
  10. create_misc,76,9,11.84
  11. create_table,368,48,13.04
  12. date,264,207,78.41
  13. dbsize,24,20,83.33
  14. delete,10,5,50.0
  15. expressions,63,18,28.57
  16. float4,96,82,85.42
  17. float8,168,144,85.71
  18. functional_deps,40,7,17.5
  19. horology,306,101,33.01
  20. insert,357,15,4.2
  21. int2,49,47,95.92
  22. int4,70,68,97.14
  23. int8,142,127,89.44
  24. interval,168,118,70.24
  25. join,591,205,34.69
  26. json,450,167,37.11
  27. json_encoding,42,42,100.0
  28. jsonb,1013,529,52.22
  29. jsonb_jsonpath,427,93,21.78
  30. jsonpath,169,152,89.94
  31. jsonpath_encoding,31,31,100.0
  32. limit,84,18,21.43
  33. name,40,22,55.0
  34. numeric,915,813,88.85
  35. numerology,24,16,66.67
  36. oid,27,27,100.0
  37. select,88,27,30.68
  38. select_distinct,46,4,8.7
  39. select_distinct_on,4,1,25.0
  40. select_having,23,19,82.61
  41. select_implicit,44,28,63.64
  42. select_into,67,3,4.48
  43. strings,390,300,76.92
  44. subselect,234,107,45.73
  45. text,76,56,73.68
  46. time,39,29,74.36
  47. timestamp,145,88,60.69
  48. timestamptz,315,114,36.19
  49. timetz,45,19,42.22
  50. truncate,193,41,21.24
  51. unicode,13,4,30.77
  52. union,186,62,33.33
  53. update,288,23,7.99
  54. uuid,36,29,80.56
  55. varchar,24,15,62.5
  56. window,298,61,20.47
  57. xml,234,18,7.69