Skip to content

Commit

Permalink
Benchmarks added
Browse files Browse the repository at this point in the history
  • Loading branch information
versilov committed May 16, 2018
1 parent 7063887 commit d2daf28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ Transposing 1000x1000 matrix

| Library | Ops/sec | Compared to Matrex |
| ------------ | -------- | ------------------- |
| Matrex | 409.66 | |
| ExMatrix | 9.04 | 45.32x slower |
| Matrix | 7.82 | 52.28x slower |
| Numexy | 4.73 | 86.70x slower |
| Matrex | 428.69 | |
| ExMatrix | 9.39 | 45.64x slower |
| Matrix | 8.54 | 50.17x slower |
| Numexy | 6.83 | 62.80x slower |


## Visualization
Expand Down
3 changes: 0 additions & 3 deletions bench/dot.exs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ dot_inputs = [

Benchee.run(
dot_jobs,
parallel: 1,
warmup: 2,
time: 5,
inputs: dot_inputs,
formatters: [
&Benchee.Formatters.HTML.output/1,
Expand Down
1 change: 0 additions & 1 deletion bench/transpose.exs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ trans_inputs = [

Benchee.run(
trans_jobs,
parallel: 4,
inputs: trans_inputs,
formatters: [
&Benchee.Formatters.HTML.output/1,
Expand Down

0 comments on commit d2daf28

Please sign in to comment.