https://github.com/physikerwelt/texvcjs-bench
https://github.com/physikerwelt/texvcjs-bench
benchmark chem math mediawiki
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/physikerwelt/texvcjs-bench
- Owner: physikerwelt
- Created: 2017-07-31T01:24:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-31T02:18:36.000Z (almost 8 years ago)
- Last Synced: 2025-02-12T06:56:15.327Z (3 months ago)
- Topics: benchmark, chem, math, mediawiki
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# texvcJs benchmark
this is a simple benchmark to test new texvjs versions
Sample output
```
$ npm test> [email protected] test /tmp/texvcjs-bench
> node ./index.jsDirectory at /tmp/texvcjs-bench/node_modules/texvcjs2 already exists, skipping
no-mhchem2 x 3,930 ops/sec ±3.76% (78 runs sampled)
mhchem2 x 4,174 ops/sec ±2.81% (81 runs sampled)
no-mhchem x 4,130 ops/sec ±2.74% (81 runs sampled)
mhchem x 4,062 ops/sec ±3.79% (82 runs sampled)
Fastest is mhchem2,no-mhchem,mhchem
```