Skip to content
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

WAIT time is not precise enough #42

Open
Oldes opened this issue Feb 9, 2019 · 0 comments
Open

WAIT time is not precise enough #42

Oldes opened this issue Feb 9, 2019 · 0 comments

Comments

@Oldes
Copy link

Oldes commented Feb 9, 2019

Hi,

just would like to let you know, that with this commit: f397fae
you introduced regression that wait with just time value is not precise enough.

Before:

>> t: now/time/precise wait 0.001 now/time/precise - t
== 0:00:00.001

>> t: now/time/precise wait 0.001 now/time/precise - t
== 0:00:00.001

>> t: now/time/precise wait 0.002 now/time/precise - t
== 0:00:00.002

>> t: now/time/precise wait 0.002 now/time/precise - t
== 0:00:00.002

Now:

>> t: now/time/precise wait 0.001 now/time/precise - t
== 0:00:00.002

>> t: now/time/precise wait 0.001 now/time/precise - t
== 0:00:00.01

>> t: now/time/precise wait 0.001 now/time/precise - t
== 0:00:00.01

>> t: now/time/precise wait 0.001 now/time/precise - t
== 0:00:00.019

>> t: now/time/precise wait 0.002 now/time/precise - t
== 0:00:00.014

>> t: now/time/precise wait 0.002 now/time/precise - t
== 0:00:00.01

(tested on Windows)

Oldes added a commit to Oldes/Rebol3 that referenced this issue Feb 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant