File: Makefile

package info (click to toggle)
node-tldts 6.1.85-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,504 kB
  • sloc: javascript: 509; sh: 27; makefile: 20
file content (8 lines) | stat: -rw-r--r-- 173 bytes parent folder | download
1
2
3
4
5
6
7
8

all: run

requests.json:
	curl https://cdn.cliqz.com/adblocking/requests_top500.json.gz | gunzip > requests.json

run: requests.json
	NODE_ENV=production node benchmark.js