Skip to content

Commit 9394eae

Browse files
committed
Merge branch '90-doc-graph-gpu-vs-cpu' into 71-doc-plot-benchmarks-results
2 parents 547bd19 + 69a0840 commit 9394eae

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/src/benchmark-core.md.template

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include(joinpath(@__DIR__, "assets", "utils.jl"))
55

66
# Define benchmark IDs
77
const BENCH_CORE_UBUNTU = "core-ubuntu-latest"
8-
const BENCH_CORE_MOONSHOT = "core-moonshot"
8+
const BENCH_CORE_MOONSHOT = "core-moonshot-gpu"
99
```
1010

1111
## Ubuntu Latest
@@ -72,6 +72,10 @@ ENV_NAME = BENCH
7272

7373
### ⚡ Results
7474

75+
```@example BENCH
76+
_plot_results(BENCH_CORE_MOONSHOT) # hide
77+
```
78+
7579
```@example BENCH
7680
_print_results(BENCH_CORE_MOONSHOT) # hide
7781
nothing # hide

0 commit comments

Comments
 (0)