psi_testsuite.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "data": [
  3. {
  4. "file": "examples/data/breast_homo_guest.csv",
  5. "head": 1,
  6. "partition": 16,
  7. "table_name": "expect",
  8. "namespace": "experiment",
  9. "role": "host_0"
  10. },
  11. {
  12. "file": "examples/data/breast_homo_host.csv",
  13. "head": 1,
  14. "partition": 16,
  15. "table_name": "actual",
  16. "namespace": "experiment",
  17. "role": "host_0"
  18. },
  19. {
  20. "file": "examples/data/breast_homo_guest.csv",
  21. "head": 1,
  22. "partition": 16,
  23. "table_name": "expect",
  24. "namespace": "experiment",
  25. "role": "guest_0"
  26. },
  27. {
  28. "file": "examples/data/breast_homo_host.csv",
  29. "head": 1,
  30. "partition": 16,
  31. "table_name": "actual",
  32. "namespace": "experiment",
  33. "role": "guest_0"
  34. }
  35. ],
  36. "pipeline_tasks": {
  37. "psi": {
  38. "script": "./pipeline-psi.py"
  39. }
  40. }
  41. }