dominictarr / bench-lru

MIT License
89 stars 11 forks source link

Rewrite as ESModule, bump dependencies, and update results #39

Open hoangvvo opened 3 years ago

hoangvvo commented 3 years ago

Hi, it seems like this project is the only one that benchmark LRU, and I, and probably many others, find it very valuable. Therefore, it would be great to keep this up to date.

This PR:

My spec:

Machine: Linux 5.11.0-18-generic x86_64 | 12 vCPUs | 16GB
Node: v16.2.0

We can also set up GitHub Actions to bump deps and run/update benchmarks periodically.

hoangvvo commented 3 years ago

I kept package-lock.json in v1 but let's update to v2 if you are comfortable with that.