Compares the timing with the one stored as benchmark
(self)
| 96 | return result |
| 97 | |
| 98 | def CompareToBenchmark(self): |
| 99 | """ Compares the timing with the one stored as benchmark""" |
| 100 | return self.CompareTo("benchmark") |
| 101 | |
| 102 | def SaveBenchmark(self): |
| 103 | """ Makes the timing the new benchmark for that object. """ |