comparison README.md @ 1854:654a2b7e6824 tooling/benchmarks

Merge default
author Jonatan Werpers <jonatan@werpers.com>
date Sat, 11 Jan 2025 10:19:47 +0100
parents 2b5480e2d4bf 471a948cd2b2
children
comparison
equal deleted inserted replaced
1378:2b5480e2d4bf 1854:654a2b7e6824
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
67 67
68 PkgBenchmark can also be used directly. 68 PkgBenchmark can also be used directly.
69 69
70 ```julia 70 ```julia
71 using PkgBenchmark 71 using PkgBenchmark
72 import Sbplib 72 import Diffinitive
73 r = benchmarkpkg(Sbplib) 73 r = benchmarkpkg(Diffinitive)
74 74
75 export_markdown(stdout, r) 75 export_markdown(stdout, r)
76 ``` 76 ```
77 77
78 ## Generating and using the documentation 78 ## Generating and using the documentation