How many operations does codechef cluster will execute per second?

I want to know how many operations does the judge of the codechef can execute in one second so that i can have an analysis of my algorithm before submitting.

I suppose its in the range of 10^7.

1 Like

Its around 10^8 - 10^9. Generally all algorithms falling in this category passes the time limit of one second.

I have heard or read somewhere that codechef uses spoj’s cluster. So, can somebody tell which cluster it uses? pyramid or cube?