KyleAMathews / react-simple-table

For when you just want a table
http://kyleamathews.github.io/react-simple-table/
MIT License
23 stars 3 forks source link

Perfomance stress test #2

Open KyleAMathews opened 9 years ago

KyleAMathews commented 9 years ago

Page with a 10000 row table — measure time for initial render and after #1 lands, time to do sorting. Perhaps just load and drive sorts by javascript and spit out times.

KyleAMathews commented 9 years ago

Presumably this will surface some performance related bugs.