summaryrefslogtreecommitdiff
path: root/speedup_import.md
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2018-05-06 14:08:17 -0600
committerkotfu <kotfu@kotfu.net>2018-05-06 14:08:17 -0600
commit22cd9c39e9557cba6ce4b41d920ed45e0d7c6333 (patch)
tree095cdd197216460f46ec8840c1eebc7564220780 /speedup_import.md
parent6e49661f310bf88279c298326f236f0edd01791e (diff)
downloadcmd2-git-22cd9c39e9557cba6ce4b41d920ed45e0d7c6333.tar.gz
Add measurement for InteractiveConsole
Diffstat (limited to 'speedup_import.md')
-rw-r--r--speedup_import.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/speedup_import.md b/speedup_import.md
index 6a2b8f07..02e8cda3 100644
--- a/speedup_import.md
+++ b/speedup_import.md
@@ -49,7 +49,7 @@ average: real 0.131 user 0.091 sys 0.030
## Defer InteractiveConsole from code
-In commit f3346ba1 we defer the import of `InteractiveConsole` until the user
+In commit 6e49661f we defer the import of `InteractiveConsole` until the user
wants to run the `py` command.
```
$ ./mtime.sh ~/.pyenv/versions/cmd2-3.6/bin/python -c "import cmd2"