Skip to content

Commit

Permalink
update readme pic
Browse files Browse the repository at this point in the history
  • Loading branch information
YingboMa committed May 10, 2020
1 parent 5ea72c1 commit c2c5eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ For small to medium sized matrices, it is beneficial to use
`RecursiveFactorization` over `OpenBLAS`. The benchmark script is available in
`perf/lu.jl`

![lubench](https://user-images.githubusercontent.com/17304743/53050761-1714e800-3468-11e9-916a-148fbb4fbbf8.png)
![lubench](https://user-images.githubusercontent.com/17304743/81491200-555b1a80-9259-11ea-95c1-ae98b36f3779.png)

2 comments on commit c2c5eac

@YingboMa
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/14491

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.1 -m "<description of version>" c2c5eac44aafbbafb3314b56d7b8cd7b0289bd10
git push origin v0.1.1

Please sign in to comment.