MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / add_stats

Method add_stats

test/test_benchmark.py:511–520  ·  view source on GitHub ↗
(self, name, stats, units)

Source from the content-addressed store, hash-verified

509 baseline = b
510
511 def add_stats(self, name, stats, units):
512 self.stats.append({
513 'key': {
514 'test': name,
515 'units': units,
516 },
517 'measurements': {
518 'stats': stats,
519 },
520 })
521
522 @parameterized({
523 '': (False,),

Callers 1

do_benchmarkMethod · 0.95

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected