Files
circ/scripts/aby_tests/c_benchmark_aby.py

9 lines
167 B
Python
Executable File

#!/usr/bin/env python
from util import run_benchmarks
from test_suite import *
if __name__ == "__main__":
tests = benchmark_tests
run_benchmarks('c', tests)