Skip to content

Commit

Permalink
fix in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Bl4omArchie committed Jul 29, 2023
1 parent 48b1e78 commit 2ed1b61
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,17 +94,7 @@ A more precise description is available below each function

## Benchmark

My benchmark is comparing different implementation of a same algorithm by mesuring the time it take for N executions.
At the end it generate graph with matplotlib so you visualize the result. It save the picture in this folder: **benchmark/graph**.

In the same folder, I've made a script for every function I want to evaluate. For example, in the gcd.py script, I putted different implementation of the gcd() function and at the end, I can see which one is the more efficient and put in my library.

You can regenerate every graph with the **-b** option in the command line version or calling the **launching_bench()** function in test.py
Example:
```
python3 app.py -g 2048
```
It will repeat every function 10 times.
Refactoring...

## Features

Expand Down

0 comments on commit 2ed1b61

Please sign in to comment.