Skip to content

Commit a20e5f1

Browse files
committed
move hrule
1 parent 6736bbf commit a20e5f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ Environment:
8787
JULIA_NUM_THREADS = 1
8888
```
8989

90+
---
91+
9092
### Evaluation benchmark
9193

9294
This benchmark tests how long it takes to evaluate a single point in the PSF model. This may seem contrived, but we expect performance to scale directly from this measure: if it takes 1 microsecond to evaluate a single point, it should take ~1 second to evaluate a 1000x1000 image, with speedups potentially from multithreading or SIMD loop evaluation.
@@ -97,7 +99,6 @@ using StatsPlots
9799
benchdir(args...) = joinpath("..", ".." ,"bench", args...);
98100
```
99101

100-
---
101102

102103
```@example bench
103104
table = CSV.File(benchdir("results.csv")) |> DataFrame

0 commit comments

Comments
 (0)