You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,18 @@
2
2
3
3
## What's this?
4
4
5
-
Benchmarks for the Lokole [email data exchange protocol](https://github.com/ascoderu/opwen-cloudserver#data-exchange-format).
5
+
This repository contains serialization, compression and encryption benchmarks for the Lokole [email data exchange protocol](https://github.com/ascoderu/opwen-cloudserver#data-exchange-format) with the aim to find the method of encoding our dataset in the smallest possible size to save bandwidth for users of the system.
6
6
7
-
> :bulb: Do you know a compression or serialization that could make our data even smaller? Then open a pull request! :octocat:
7
+
> :bulb: Do you know a compression or serialization that could make our data smaller? Then open a pull request! :octocat:
8
8
9
9
## Setup
10
10
11
11
Install the requirements with `pip install -r requirements.txt -r requirements-dev.txt`.
12
12
13
-
Run the tests with `python3 -m benchmarks.tests` and run the linter with `flake8 benchmarks`.
13
+
Run the tests with `python -m benchmarks.tests` and run the linter with `flake8 benchmarks`.
14
14
15
-
Run the benchmarks via `python3 -u -m benchmarks <emails-zip-url>`.
15
+
Run the benchmarks via `python -u -m benchmarks <emails-zip-url>`.
16
16
17
17
## Results
18
18
19
-
Benchmark results are kept up to date by Github Actions at [ascoderu/compression-benchmarks](https://ascoderu.ca/compression-benchmarks/).
19
+
Benchmark results are kept up to date by [Github Actions](https://github.com/ascoderu/compression-benchmarks/actions?query=workflow%3ACD) at [ascoderu/compression-benchmarks](https://ascoderu.ca/compression-benchmarks/).
0 commit comments