BubbleSort vs. HeapSort on BlinkyTape

How to visually show the speed difference between BubbleSort and HeapSort? I used the BlinkyTape and implemented it in Processing (aka Java) with the help from BlinkyTape library. The 60 LEDs where stored in an ArrayList of the class, which contains the position on...