komodojp / tinyld

Simple and Performant Language detection library for NodeJS

Home Page:https://komodojp.github.io/tinyld/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve Benchmarking Setup

kefniark opened this issue · comments

Description

Current benchmarking cause issue at the project level (dev dependencies on other heavy library).
libraries like cld or lingua-node are big and require to compile native code.
It make the dev experience less smooth.

  • Separate benchmark package.json from the normal project
  • Run in docker