Giter Club home page Giter Club logo

Comments (4)

Bodigrim avatar Bodigrim commented on June 1, 2024

Is it RTSStats.max_mem_in_use_bytes?
Sorry, I did not read the title :)

from tasty-bench.

Bodigrim avatar Bodigrim commented on June 1, 2024

@harendra-kumar could you please give a try to 22c1fde?

from tasty-bench.

harendra-kumar avatar harendra-kumar commented on June 1, 2024

You may want to point out in the doc notes that this is the memory used by the application code, the real memory used by the process may higher than this (usually up to double) because some memory is held as garbage until GC runs.

I compared what gauge reports (which is the same as what the time -v command reports) with tasty-bench.

gauge:

Prelude.Serial(maxrss)
Benchmark                                                                                                 default(MiB)
--------------------------------------------------------------------------------------------------------- ------------
Prelude.Serial/o-n-stack/iterated/takeAll (n/10 x 10)                                                             9.55
Prelude.Serial/o-n-stack/iterated/tail                                                                            8.96
Prelude.Serial/o-n-stack/iterated/scanl1' (n/10 x 10)                                                             9.50
Prelude.Serial/o-n-stack/iterated/scanl' (quadratic) (n/100 x 100)                                                8.41
Prelude.Serial/o-n-stack/iterated/nullHeadTail                                                                    8.85
Prelude.Serial/o-n-stack/iterated/mapM (n/10 x 10)                                                                9.50
Prelude.Serial/o-n-stack/iterated/filterEven (n/10 x 10)                                                          9.45
Prelude.Serial/o-n-stack/iterated/dropWhileTrue (n/10 x 10)                                                       9.73
Prelude.Serial/o-n-stack/iterated/dropWhileFalse (n/10 x 10)                                                      9.66

tasty-bench

Prelude.Serial(maxrss)
Benchmark                                                                                                     default(MiB)
------------------------------------------------------------------------------------------------------------- ------------
Prelude.Serial/o-n-stack.iterated.takeAll (n/10 x 10)                                                             4.00
Prelude.Serial/o-n-stack.iterated.tail                                                                            4.00
Prelude.Serial/o-n-stack.iterated.scanl1' (n/10 x 10)                                                             4.00
Prelude.Serial/o-n-stack.iterated.scanl' (quadratic) (n/100 x 100)                                                3.00
Prelude.Serial/o-n-stack.iterated.nullHeadTail                                                                    3.00
Prelude.Serial/o-n-stack.iterated.mapM (n/10 x 10)                                                                4.00
Prelude.Serial/o-n-stack.iterated.filterEven (n/10 x 10)                                                          4.00
Prelude.Serial/o-n-stack.iterated.dropWhileTrue (n/10 x 10)                                                       4.00
Prelude.Serial/o-n-stack.iterated.dropWhileFalse (n/10 x 10)                                                      4.00

from tasty-bench.

Bodigrim avatar Bodigrim commented on June 1, 2024

Dunno, tasty-bench results are pretty consistent with Activity Monitor on my machine. I clarified that data is reported according to RTSStats.

from tasty-bench.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.