Skip to content

Instantly share code, notes, and snippets.

@thecopy
Created December 10, 2013 18:48
Show Gist options
  • Save thecopy/7895916 to your computer and use it in GitHub Desktop.
Save thecopy/7895916 to your computer and use it in GitHub Desktop.
ioServiceTime = 0.0004.*(1:64);
crwServiceTime = 0.00003.*(1:64);
dbServiceTime = 0.001643.*atan(0.2028.*(1:64)) + 0.001662;
serviceTime = ioServiceTime + crwServiceTime + dbServiceTime;
serviceRate = 1./serviceTime;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment