MCPcopy Create free account
hub / github.com/nodejs/node / PrintBenchmarkLink

Method PrintBenchmarkLink

deps/v8/tools/perf-compare.py:390–391  ·  view source on GitHub ↗
(self, benchmark)

Source from the content-addressed store, hash-verified

388 self.Print("</ul>")
389
390 def PrintBenchmarkLink(self, benchmark):
391 self.Print("<li><a href=\"#" + benchmark + "\">" + benchmark + "</a></li>")
392
393 def PrintFooter(self):
394 data = """</body>

Callers 1

RenderFunction · 0.95

Calls 1

PrintMethod · 0.95

Tested by

no test coverage detected