fixed return type for calls

This commit is contained in:
Edward Chen
2022-05-24 21:32:42 -04:00
parent 094b45e76b
commit f29eec8d7b
11 changed files with 191 additions and 167 deletions

View File

@@ -30,10 +30,10 @@ function mpc_test_2 {
RUST_BACKTRACE=1 measure_time $BIN --parties $parties $cpath mpc --cost-model "hycc" --selection-scheme "a+b"
}
# mpc_test_2 2 ./examples/C/mpc/playground.c
mpc_test_2 2 ./examples/C/mpc/playground.c
# mpc_test 2 ./examples/C/mpc/benchmarks/kmeans/2pc_kmeans_.c
# mpc_test_2 2 ./examples/C/mpc/benchmarks/gauss/2pc_gauss_inline.c
mpc_test_2 2 ./examples/C/mpc/benchmarks/db/db_join.c
# mpc_test_2 2 ./examples/C/mpc/benchmarks/db/db_join.c
# # build mpc arithmetic tests
# mpc_test 2 ./examples/C/mpc/unit_tests/arithmetic_tests/2pc_add.c