The Parallel Kernel Status display, typically opened from the Evaluation menu, gives information on the parallel system. This includes a measure of the parallel acceleration that has been obtained. In the following example a decent acceleration was obtained.
In[1]:=
data = Parallelize[Table[ PrimeQ[n! + 1], {n, 400, 550}]];