-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unexpected bootup time #1260
Comments
I have compared v2.0.0 with v1.6.0. there is not much difference after multiple execution. only the first startup took longer time. |
not the first startup, it's always now. |
output on wsl: ❯ time ./ontology --version
ontology version v2.0.0-0-ged15d20
real 0m3.032s
user 0m2.813s
sys 0m0.828s output on linux: ubuntu@ubuntu-virtual-machine:~/ontio$ time ./ontology-linux-amd64 --version
ontology-linux-amd64 version v2.0.0-0-ged15d20
real 0m2.095s
user 0m2.370s
sys 0m0.137s |
```
$ time ./ontology --version && time ./ontology --version
ontology version v2.0.0
real 0m17.217s
user 0m10.906s
sys 0m6.799s
ontology version v2.0.0
real 0m17.059s
user 0m10.629s
sys 0m6.772s
```
…On Mon, Jul 13, 2020 at 11:38 AM laizy ***@***.***> wrote:
output on wsl:
❯ time ./ontology --version
ontology version v2.0.0-0-ged15d20
real 0m3.032s
user 0m2.813s
sys 0m0.828s
output on linux:
***@***.***:~/ontio$ time ./ontology-linux-amd64 --version
ontology-linux-amd64 version v2.0.0-0-ged15d20
real 0m2.095s
user 0m2.370s
sys 0m0.137s
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1260 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGWCQ5UJL6NPLTXW3QAMCTR3J6U7ANCNFSM4OYCZ42Q>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
just to check ontology version, takes 16 seconds.
$ time ./ontology --version
ontology version v2.0.0
real 0m16.126s <---------
user 0m10.841s
sys 0m7.282s
The text was updated successfully, but these errors were encountered: