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

mirror change for setTimeout debounce #3608

Merged
merged 1 commit into from
Jul 7, 2022

Conversation

JoviDeCroock
Copy link
Member

@JoviDeCroock JoviDeCroock commented Jul 7, 2022

This fixes a lot of issues with events as outlined in #3607

fixes #3596
fixes #2887
fixes #2745

This fixes a lot of issues with events as outlined in #3607
@github-actions
Copy link

github-actions bot commented Jul 7, 2022

📊 Tachometer Benchmark Results

Summary

duration

  • filter_list: unsure 🔍 -1% - +3% (-0.21ms - +0.77ms)
    preact-local vs preact-master
  • many_updates: unsure 🔍 -1% - +6% (-0.28ms - +2.33ms)
    preact-local vs preact-master
  • text_update: unsure 🔍 -4% - +4% (-0.10ms - +0.11ms)
    preact-local vs preact-master

usedJSHeapSize

  • filter_list: unsure 🔍 -0% - +0% (-0.00ms - +0.00ms)
    preact-local vs preact-master
  • many_updates: unsure 🔍 -0% - +0% (-0.00ms - +0.00ms)
    preact-local vs preact-master
  • text_update: unsure 🔍 -0% - -0% (-0.00ms - -0.00ms)
    preact-local vs preact-master

Results

filter_list

duration

VersionAvg timevs preact-mastervs preact-local
preact-master23.19ms - 23.87ms-unsure 🔍
-3% - +1%
-0.77ms - +0.21ms
preact-local23.45ms - 24.16msunsure 🔍
-1% - +3%
-0.21ms - +0.77ms
-

usedJSHeapSize

VersionAvg timevs preact-mastervs preact-local
preact-master1.81ms - 1.81ms-unsure 🔍
-0% - +0%
-0.00ms - +0.00ms
preact-local1.81ms - 1.81msunsure 🔍
-0% - +0%
-0.00ms - +0.00ms
-
many_updates

duration

VersionAvg timevs preact-mastervs preact-local
preact-master36.78ms - 38.44ms-unsure 🔍
-6% - +1%
-2.33ms - +0.28ms
preact-local37.63ms - 39.64msunsure 🔍
-1% - +6%
-0.28ms - +2.33ms
-

usedJSHeapSize

VersionAvg timevs preact-mastervs preact-local
preact-master4.88ms - 4.88ms-unsure 🔍
-0% - +0%
-0.00ms - +0.00ms
preact-local4.88ms - 4.88msunsure 🔍
-0% - +0%
-0.00ms - +0.00ms
-
text_update

duration

VersionAvg timevs preact-mastervs preact-local
preact-master2.43ms - 2.60ms-unsure 🔍
-4% - +4%
-0.11ms - +0.10ms
preact-local2.46ms - 2.57msunsure 🔍
-4% - +4%
-0.10ms - +0.11ms
-

usedJSHeapSize

VersionAvg timevs preact-mastervs preact-local
preact-master1.05ms - 1.05ms-unsure 🔍
+0% - +0%
+0.00ms - +0.00ms
preact-local1.05ms - 1.05msunsure 🔍
-0% - -0%
-0.00ms - -0.00ms
-

tachometer-reporter-action v2 for Benchmarks

@coveralls
Copy link

Coverage Status

Coverage remained the same at 99.454% when pulling 4758ef1 on JoviDeCroock-patch-1 into 80600ea on master.

@github-actions
Copy link

github-actions bot commented Jul 7, 2022

Size Change: -135 B (0%)

Total Size: 43.2 kB

Filename Size Change
dist/preact.js 4 kB -29 B (0%)
dist/preact.min.js 4.03 kB -35 B (0%)
dist/preact.module.js 4.02 kB -37 B (0%)
dist/preact.umd.js 4.06 kB -34 B (0%)
ℹ️ View Unchanged
Filename Size Change
compat/dist/compat.js 3.64 kB 0 B
compat/dist/compat.module.js 3.62 kB 0 B
compat/dist/compat.umd.js 3.7 kB 0 B
debug/dist/debug.js 3 kB 0 B
debug/dist/debug.module.js 3 kB 0 B
debug/dist/debug.umd.js 3.08 kB 0 B
devtools/dist/devtools.js 230 B 0 B
devtools/dist/devtools.module.js 239 B 0 B
devtools/dist/devtools.umd.js 306 B 0 B
hooks/dist/hooks.js 1.25 kB 0 B
hooks/dist/hooks.module.js 1.26 kB 0 B
hooks/dist/hooks.umd.js 1.33 kB 0 B
jsx-runtime/dist/jsxRuntime.js 317 B 0 B
jsx-runtime/dist/jsxRuntime.module.js 327 B 0 B
jsx-runtime/dist/jsxRuntime.umd.js 395 B 0 B
test-utils/dist/testUtils.js 444 B 0 B
test-utils/dist/testUtils.module.js 444 B 0 B
test-utils/dist/testUtils.umd.js 521 B 0 B

compressed-size-action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants