Skip to content

ascoderu/compression-benchmarks

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

compression-benchmarks

What's this?

This repository contains serialization, compression and encryption benchmarks for the Lokole email data exchange protocol with the aim to find the method of encoding our dataset in the smallest possible size to save bandwidth for users of the system.

💡 Do you know a compression or serialization that could make our data smaller? Then open a pull request! :octocat:

Setup

Install the requirements with pip install -r requirements.txt -r requirements-dev.txt.

Run the tests with python -m benchmarks.tests and run the linter with flake8 benchmarks.

Run the benchmarks via python -u -m benchmarks <emails-zip-url>.

Results

Benchmark results are kept up to date by Github Actions at ascoderu/compression-benchmarks.