Each table row shows performance measurements for this Python dev program with a particular command-line input value N.
N | CPU secs | Elapsed secs | Memory KB | Code B | ≈ CPU Load |
---|---|---|---|---|---|
1,000 | 0.56 | 0.56 | 18,356 | 322 | 2% 96% 2% 0% 2% 0% 2% 0% |
Read the ↓ make, command line, and program output logs to see how this program was run.
Read templates benchmark to see what this program should do.
import sys from jinja2 import Template templ = """
Fri, 09 Sep 2022 06:06:11 GMT COMMAND LINE: /usr/bin/python3.12 templates.python-dev 1000 PROGRAM OUTPUT: <ul> <li><a href="/user/999">SomeUsername</a></li> </ul>