bem / bem-xjst

bem-xjst (eXtensible JavaScript Templates): declarative template engine for the browser and server
https://bem.github.io/bem-xjst
Other
115 stars 48 forks source link

Benchmarks: missing dependencies, broken link in documentation #538

Closed victor-homyakov closed 2 years ago

victor-homyakov commented 5 years ago

Input code or something about issue background

I cannot run new benchmark test as described in https://github.com/bem/bem-xjst/blob/master/bench/README.md

node runner.js --rev1 <hash1> --rev2 <hash2> --bemjson 1000

Expected Behavior

Test should run and produce some results, because README file states that

dataPath and templatePath are optional

Actual Behavior

Error in console:

Error: ENOENT: no such file or directory, scandir './node_modules/web-data/data'

Also link to https://github.com/miripiruni/web-data is dead

Possible Solution

Your Environment

bem-xjst version: current master

tadatuta commented 5 years ago

cc @miripiruni

miripiruni commented 5 years ago

@victor-homyakov web-data contains sensitive data. I move it: https://nda.ya.ru/3UZHV9

victor-homyakov commented 5 years ago

@miripiruni @tadatuta update documentation, please