diff --git a/README.md b/README.md index afd1cbd..74834ff 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,13 @@ make test ## Benchmarking nuTens uses [Googles benchmark library](https://github.com/google/benchmark) to perform benchmarking and tracks the results uing [Bencher](https://bencher.dev). Each benchmark consists of calculating neutrino oscillations for 1024 batches of 1024 neutrino energies using the standard PMNS formalism in vacuum and in constant density matter: +
+- - + +
@@ -60,7 +64,7 @@ nuTens uses [Googles benchmark library](https://github.com/google/benchmark) to - [x] Integrate linting ( [cpp-linter](https://github.com/cpp-linter)? ) - [x] Add instrumentation library for benchmarking and profiling - [x] Add suite of benchmarking tests -- [ ] Integrate benchmarks into CI ( maybe use [hyperfine](https://github.com/sharkdp/hyperfine) and [bencher](https://bencher.dev/) for this? ) +- [x] Integrate benchmarks into CI ( maybe use [hyperfine](https://github.com/sharkdp/hyperfine) and [bencher](https://bencher.dev/) for this? ) - [ ] Add proper unit tests - [ ] Expand CI to include more platforms - [ ] Add support for modules (see [PyTorch doc](https://pytorch.org/cppdocs/api/classtorch_1_1nn_1_1_module.html))