Skip to content

Commit 197bae2

Browse files
committed
Update README for 1.0+
1 parent fc0b1ce commit 197bae2

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@ SemiringAlgebra.jl
33

44
The `doc/` directory includes a paper [Novel Algebras for Advanced Analytics in Julia](https://dspace.mit.edu/openaccess-disseminate/1721.1/115964), which describes the motivation for this package and its design.
55

6-
Example usage, see the [bench()](https://github.com/JuliaComputing/SemiringAlgebra.jl/blob/af67f6705bc531a85c61bc4e270be90fb8a54b24/src/SemiringAlgebra.jl#L37) function in SemringAlgebra.jl.
7-
```
6+
Example usage, see the [bench()](https://github.com/JuliaComputing/SemiringAlgebra.jl/blob/af67f6705bc531a85c61bc4e270be90fb8a54b24/src/SemiringAlgebra.jl#L37) function in `SemringAlgebra.jl`.
7+
8+
```julia
9+
julia> using Pkg; Pkg.add(PackageSpec(url = pwd())); Pkg.build()
10+
11+
julia> Pkg.test("SemiringAlgebra")
12+
813
julia> using SemiringAlgebra
914

15+
julia> SemiringAlgebra.bench(100)
16+
1017
100x100 Float64 array
1118
0.000345 seconds (2 allocations: 78.203 KiB)
1219
100x100 MPNumber{Float64} array

0 commit comments

Comments
 (0)