I have two function: Let’s say
- Funtion()
- Faster_Function()
their outputs are the same but their order is different, I want to test their speed and accuracy, how can I do this?
I also need features such as writing outputs to a file, drawing graphs.
Note: the outputs are polytopes, and if sorting them by their dimesions, I still get different lists(is there any solution, any sorting algo)