Skip to content

Commit

Permalink
Populate some files for the Perf part
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzaare committed Mar 9, 2024
1 parent 953f22a commit 48c841e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ makedocs(;
),
pages=[
"Home" => "index.md",
"Gedtting Started" => "getting_started.md",
"Getting Started" => "getting_started.md",
"Performance Checking" => [
"PerfChecker.jl" => "perf_checker.md",
"BenchmarkToolsExt" => "benchmark_ext.md",
"Interface" => "perf_interface.md",
],
"Constraints" => [
"ConstraintCommons.jl" => "constraint_commons.md",
Expand Down
3 changes: 3 additions & 0 deletions docs/src/benchmark_ext.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# BenchmarkTools Extension

A benchmarking extension, based on `BenchmarkTools.jl`, has been interfaced with `PerfChecker.jl`. This section (will) provides some usage examples, documentation, and links to related notebooks.
3 changes: 3 additions & 0 deletions docs/src/perf_interface.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Interfacing PerfChecker

PerfChecker was build as an easy to extend interface. This section will cover the few method required.

0 comments on commit 48c841e

Please sign in to comment.