Each table row shows performance measurements for this Numba program with a particular command-line input value N.
N | CPU secs | Elapsed secs | Memory KB | Code B | ≈ CPU Load |
---|---|---|---|---|---|
1,000 | 1.62 | 1.64 | 121,232 | 344 | 24% 19% 99% 23% 24% 24% 26% 19% |
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 from numba import jit templ = """
Wed, 12 Jan 2022 12:00:34 GMT COMMAND LINE: /usr/bin/python3 templates.numba 1000 PROGRAM OUTPUT: <ul> <li><a href="/user/999">SomeUsername</a></li> </ul>