feldman_verifiable_sum_testsuite.json 905 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "data": [
  3. {
  4. "file": "examples/data/breast_homo_test.csv",
  5. "head": 1,
  6. "partition": 16,
  7. "table_name": "breast_homo_test",
  8. "namespace": "experiment",
  9. "role": "guest_0"
  10. },
  11. {
  12. "file": "examples/data/breast_homo_test.csv",
  13. "head": 1,
  14. "partition": 16,
  15. "table_name": "breast_homo_test",
  16. "namespace": "experiment",
  17. "role": "host_0"
  18. },
  19. {
  20. "file": "examples/data/breast_homo_test.csv",
  21. "head": 1,
  22. "partition": 16,
  23. "table_name": "breast_homo_test",
  24. "namespace": "experiment",
  25. "role": "host_1"
  26. }
  27. ],
  28. "pipeline_tasks": {
  29. "feldman-secret-sharing-sum": {
  30. "script": "./pipeline-feldman-verifiable-sum.py"
  31. }
  32. }
  33. }