changeset 1196:2f208828ae58 tooling/benchmarks

Just a little bit more readme
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 27 Jan 2023 22:21:08 +0100
parents 8a1de954bdf9
children 5e20c0815e07
files README.md
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Fri Jan 27 22:19:06 2023 +0100
+++ b/README.md	Fri Jan 27 22:21:08 2023 +0100
@@ -46,6 +46,8 @@
 
 Here `rev`, `target` and `baseline` can be any valid Mercurial revision specifier.
 
+PkgBenchmark can also be used directly.
+
 ```julia
 using PkgBenchmark
 import Sbplib
@@ -54,9 +56,6 @@
 export_markdown(stdout, r)
 ```
 
-#TODO: Finish this and clean it up
-
-
 ## Generating and using the documentation
 Generating the documentation can be done using either `make` or through activating the `docs` environment and including the script `docs/make.jl` at the REPL.