afterdesign / unsuck-ads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project aims to benchmark how much memory is eaten by ads and trackers on popular pages.

Prepare virtualenv with dependencies:

make init

Run benchmark:

./venv/bin/python test.py "http://www.nytimes.com/2015/10/16/world/asia/obama-troop-withdrawal-afghanistan.html"

Excample output:

memory in MB
with adblockers 106.891
without adblockers 387.461

About

License:MIT License


Languages

Language:Python 71.1%Language:Makefile 28.9%