We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56421e8 commit 69de343Copy full SHA for 69de343
1 file changed
compiler/README.md
@@ -43,10 +43,10 @@ def fib(n):
43
print(fib(45))
44
```
45
46
-| Runtime | $\text{fib}(45)$ real | $\text{fib}(45)$ user | sys | $\text{fib}(90)$ real |
47
-|--------------|------------------------|------------------------|----------|------------------------|
48
-| CPython 3.13 | 1m56.345s | 1m56.324s | 0m0.009s | n/a |
49
-| Edge Python | 0m0.011s | 0m0.000s | 0m0.003s | 0m0.013s |
+| Runtime | $\text{fib}(45)$ real | $\text{fib}(45)$ user | sys |
+|--------------|------------------------|------------------------|----------|
+| CPython 3.13 | 1m56.345s | 1m56.324s | 0m0.009s |
+| Edge Python | 0m0.011s | 0m0.000s | 0m0.003s |
50
51
One Million Iterations — $10^6$:
52
0 commit comments