comparison README.md @ 1736:863385aae454 feature/grids/curvilinear

Merge default
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 10 Sep 2024 21:59:10 +0200
parents 471a948cd2b2
children 654a2b7e6824
comparison
equal deleted inserted replaced
1735:36986b75bf98 1736:863385aae454
1 # Sbplib 1 # Diffinitive
2 2
3 ## Running tests 3 ## Running tests
4 To run all tests simply run 4 To run all tests simply run
5 ``` 5 ```
6 (@v1.5) pkg> activate . 6 (@v1.5) pkg> activate .
7 (Sbplib) pkg> test 7 (Diffinitive) pkg> test
8 ``` 8 ```
9 9
10 If you want to run tests from a specific file in `test/`, you can do 10 If you want to run tests from a specific file in `test/`, you can do
11 ``` 11 ```
12 julia> using Pkg 12 julia> using Pkg
57 57
58 PkgBenchmark can also be used directly. 58 PkgBenchmark can also be used directly.
59 59
60 ```julia 60 ```julia
61 using PkgBenchmark 61 using PkgBenchmark
62 import Sbplib 62 import Diffinitive
63 r = benchmarkpkg(Sbplib) 63 r = benchmarkpkg(Diffinitive)
64 64
65 export_markdown(stdout, r) 65 export_markdown(stdout, r)
66 ``` 66 ```
67 67
68 ## Generating and using the documentation 68 ## Generating and using the documentation