MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / CompareToBenchmark

Method CompareToBenchmark

python/timing.py:98–100  ·  view source on GitHub ↗

Compares the timing with the one stored as benchmark

(self)

Source from the content-addressed store, hash-verified

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. """

Callers 1

timing.pyFile · 0.80

Calls 1

CompareToMethod · 0.95

Tested by

no test coverage detected