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.65 | 0.67 | 16,088 | 322 | 0% 0% 0% 1% 0% 100% 1% 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, 30 Oct 2020 20:46:50 GMT COMMAND LINE: /usr/bin/python3.10 templates.python-dev 1000 PROGRAM OUTPUT: <ul> <li><a href="/user/999">SomeUsername</a></li> </ul>