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

Testsuite sdl-space fails in 2.4.1.0 #191

Open
typetetris opened this issue Nov 3, 2018 · 3 comments
Open

Testsuite sdl-space fails in 2.4.1.0 #191

typetetris opened this issue Nov 3, 2018 · 3 comments

Comments

@typetetris
Copy link

Logfile:

Test suite sdl-space: RUNNING...

pollEvent

  Case             Allocated  GCs
  pollEvent 1          1,512    0
  pollEvent 10         1,512    0
  pollEvent 100        1,512    0
  pollEvent 1000       1,512    0
  pollEvent 10000      1,512    0

pollEvent+clear

  Case                     Allocated  GCs
  pollEvent + clear 1          2,104    0
  pollEvent + clear 10         3,616    0
  pollEvent + clear 100        3,784    0
  pollEvent + clear 1000       3,784    0
  pollEvent + clear 10000      3,784    0

pollEvent+present

  Case                      Allocated  GCs
  pollEvent + present 1         2,296    0
  pollEvent + present 10        3,808    0
  pollEvent + present 100       9,728    0
  pollEvent + present 1000     13,272    0

pollEvent+drawColor

  Case                        Allocated  GCs
  pollEvent + drawColor 1         2,328    0
  pollEvent + drawColor 10        3,840    0
  pollEvent + drawColor 100       4,008    0
  pollEvent + drawColor 1000     10,040    0
  pollEvent + drawColor 2000      3,840    0

pollEvent+drawRect

  Case                       Allocated  GCs
  pollEvent + drawRect 1         2,328    0
  pollEvent + drawRect 10        3,672    0
  pollEvent + drawRect 100       3,840    0
  pollEvent + drawRect 1000      3,840    0

animated rect

  Case                Allocated  GCs
  animated rect 1         2,328    0
  animated rect 10        4,408    0
  animated rect 100       9,816    0
  animated rect 1000     60,520    0
  animated rect 2000    116,416    0

animated rects

  Case                 Allocated  GCs
  animated rects 1         2,792    0
  animated rects 10        4,136    0
  animated rects 100       4,136    0
  animated rects 1000      4,136    0
  animated rects 2000      4,136    0
  animated rects 3000      4,136    0

Check problems:
  /pollEvent+clear/pollEvent + clear 10
    Allocated >3KB! Allocations should be constant.
  /pollEvent+clear/pollEvent + clear 100
    Allocated >3KB! Allocations should be constant.
  /pollEvent+clear/pollEvent + clear 1000
    Allocated >3KB! Allocations should be constant.
  /pollEvent+clear/pollEvent + clear 10000
    Allocated >3KB! Allocations should be constant.
  /pollEvent+present/pollEvent + present 100
    Allocated >4KB! Allocations should be constant.
  /pollEvent+present/pollEvent + present 1000
    Allocated >4KB! Allocations should be constant.
  /pollEvent+drawColor/pollEvent + drawColor 100
    Allocated >KB! Allocations should be constant.
  /pollEvent+drawColor/pollEvent + drawColor 1000
    Allocated >KB! Allocations should be constant.
  /animated rect/animated rect 10
    Allocated >4KB! Allocations should be constant.
  /animated rect/animated rect 100
    Allocated >4KB! Allocations should be constant.
  /animated rect/animated rect 1000
    Allocated >4KB! Allocations should be constant.
  /animated rect/animated rect 2000
    Allocated >4KB! Allocations should be constant.
Test suite sdl-space: FAIL
Test suite logged to: dist/test/sdl2-2.4.1.0-sdl-space.log
@ocharles
Copy link
Member

ocharles commented Nov 3, 2018

Which compiler?

@typetetris
Copy link
Author

ghc-8.4.3 on nixos

@dpwiz
Copy link
Member

dpwiz commented Mar 10, 2022

I just checked and the numbers are stable under 5K. Not nixos though..

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

No branches or pull requests

3 participants