min_test_data_testsuite.json 862 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "data": [
  3. {
  4. "file": "examples/data/breast_hetero_guest.csv",
  5. "head": 1,
  6. "partition": 16,
  7. "table_name": "breast_hetero_guest",
  8. "namespace": "experiment",
  9. "count": 569
  10. },
  11. {
  12. "file": "examples/data/breast_hetero_host.csv",
  13. "head": 1,
  14. "partition": 16,
  15. "table_name": "breast_hetero_host",
  16. "namespace": "experiment",
  17. "count": 569
  18. },
  19. {
  20. "file": "examples/data/default_credit_hetero_guest.csv",
  21. "head": 1,
  22. "partition": 16,
  23. "table_name": "default_credit_hetero_guest",
  24. "namespace": "experiment",
  25. "count": 30000
  26. },
  27. {
  28. "file": "examples/data/default_credit_hetero_host.csv",
  29. "head": 1,
  30. "partition": 16,
  31. "table_name": "default_credit_hetero_host",
  32. "namespace": "experiment",
  33. "count": 30000
  34. }
  35. ]
  36. }