run_timings.sh 156 Bytes
Newer Older
powelld's avatar
powelld committed
echo "Without re-encryption"
time (./run_demo.sh 500 2>&1 > /dev/null)
echo ""
echo "With re-encryption"
time (./run_demo_reencrypt.sh 500 2>&1 > /dev/null)