cryptobiu / MATRIX

MPC Simulation Framework
MIT License
24 stars 13 forks source link

Comparison between protocols #1

Closed liorko87 closed 6 years ago

liorko87 commented 6 years ago

The goals of the feature: Sometimes we want to test if protocol A is better then Protocol B. We want the option to run B with the same configuration after A finished.

Possible JSON configuration file structure (can be modified):

"executables":
{
  "executableName_0": "Protocol A", 
  "executableName_1": "Protocol B"
},
...
"configurations":
{
  "conf_0": "arg_0, arg_1...", 
  "conf_1": "arg_2, arg_3..."
},
...