globalizejs / globalize

A JavaScript library for internationalization and localization that leverages the official Unicode CLDR JSON data
https://globalizejs.com
MIT License
4.8k stars 604 forks source link

Performance tests #274

Open rxaviers opened 10 years ago

rxaviers commented 10 years ago

Goal

Workloads

Implementation Ref: https://github.com/jquery/sizzle/tree/master/speed

Some other stuff to evaluate:

rxaviers commented 10 years ago

We need to define what's the goal of our performance tests. Some I see are: (a) test the performance impact of fixes/changes, so we ensure our performance is continuously improved; (b) compare the performance of Globalize vs. its competitors, so we ensure our performance is good compared to the market.

We also need to define the workload. Our workload should reflect what Globalize applications look like. So, our benchmark spots real performance issues/bottleneck.

rxaviers commented 9 years ago

(a) test the performance impact of fixes/changes, so we ensure our performance is continuously improved;

Became #397