Created
March 6, 2015 13:04
-
-
Save thecopy/721bd58df7343b69be1f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
for j in 10000000 | |
do | |
for i in 1 8 32 128 512 2048 8192 | |
do | |
echo "------- n = $j buckets = $i ----------" | |
./assignment3 $j $i | |
done | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment