Skip to content

m-allanson/table-profile

Repository files navigation

About

Performance demo for large tables using the table package. This creates a table with ~3000 rows, and measures the time taken.

Getting Started

  • Clone this repo
  • npm install
  • node index.js

The running time will be output to the console.

CPU profile

To record a CPU profile, run:

  • node --cpu-prof index.js

A .cpuprof file will be written to this directory.

You can load the file into SpeedScope to view the longest running functions.

There's an example CPU profile in this repo already.

License

This project is licensed under the MIT License.

About

Profiling the `table` package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published