From f5cfe91c0434cc8b5f54c22c8fd010d7f4755e60 Mon Sep 17 00:00:00 2001 From: Chetan Vardhan Date: Wed, 12 Jun 2024 17:52:23 +0900 Subject: [PATCH] Add WIP --- docs/src/perf/perf_checker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/perf/perf_checker.md b/docs/src/perf/perf_checker.md index aedf08a..4906f5a 100644 --- a/docs/src/perf/perf_checker.md +++ b/docs/src/perf/perf_checker.md @@ -4,7 +4,7 @@ PerfChecker.jl is a package designed for package authors to easily performance t To achieve that, it provides the follwing features: - The main macro `@check`, which provides an easy-to-use interface over various interfaces, configurable for various backends via a dictionary. -- A CI for reproducible performance testing. +- (WIP) A CI for reproducible performance testing. - Visualization of different metrics from `@check` using Makie.jl ## Usage