Skip to content

Commit

Permalink
add images
Browse files Browse the repository at this point in the history
  • Loading branch information
twiby committed Aug 14, 2024
1 parent 5dabde9 commit 23e55f6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions benches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ significant one, to ensure they always have the same size). We measure the
non-assign version of the operation (we never use mul_assign or add_assign
for example). Sometimes we also measure an "asymetric" version of a binary
operation, where one operand is around 3 times bigger than the other.

![alt text](plots/sub.png "Subtraction")
![alt text](plots/add.png "Addition")
![alt text](plots/div.png "Division")
![alt text](plots/mul.png "Multiplication")
![alt text](plots/asymetric_mul.png "Asymetric multiplication")
Binary file added benches/plots/add.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added benches/plots/asymetric_mul.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added benches/plots/div.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added benches/plots/mul.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added benches/plots/sub.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 23e55f6

Please sign in to comment.