From 551275eae8553489df7be6c42cdddccc7ed8ea7b Mon Sep 17 00:00:00 2001 From: Andrew Theurer Date: Wed, 15 Jan 2025 20:14:08 -0500 Subject: [PATCH] add sleep benchmark --- config/repos.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/repos.json b/config/repos.json index 119929a..3ba22e5 100644 --- a/config/repos.json +++ b/config/repos.json @@ -230,6 +230,16 @@ "target": "main" } }, + { + "name": "sleep", + "type": "benchmark", + "repository": "https://github.com/perftool-incubator/bench-sleep", + "primary-branch": "main", + "checkout": { + "mode": "follow", + "target": "main" + } + }, { "name": "sysstat", "type": "tool",