Type the following in a window and "printIt."
Time millisecondsToRun: [ YOUR_PRIORITY_QUEUE demo: 1000]
millisecondsToRun: will execute the block and return the number of milliseconds that it took to execute the block. Compare this result to the results you got earlier for the two other PriorityQueues.