privacytests / privacytests.org

Source code for privacytests.org. Includes browser testing code and site rendering.
https://privacytests.org
MIT License
846 stars 25 forks source link

Convert results data structure to maps #22

Closed arthuredelstein closed 6 years ago

arthuredelstein commented 6 years ago

Right now our fingerprinting results data is a list of test maps. But each test has a unique name, so we can make a map from test name to results map. This will make analysis easier. We'll need to update the analysis code slightly as well.

arthuredelstein commented 6 years ago

Done in e58758d6daaeeb1d652d448560fb2c9bb8a932b3