From 8e48622898a5efeccaa59178d3779698d960cedc Mon Sep 17 00:00:00 2001 From: Rafael Folco Date: Wed, 4 Dec 2024 16:06:44 -0300 Subject: [PATCH] Add rtla osnoise benchmark bench-osnoise integration into crucible --- config/repos.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/repos.json b/config/repos.json index ce0f5ca..0788b1c 100644 --- a/config/repos.json +++ b/config/repos.json @@ -160,6 +160,16 @@ "target": "main" } }, + { + "name": "osnoise", + "type": "benchmark", + "repository": "https://github.com/perftool-incubator/bench-osnoise", + "primary-branch": "main", + "checkout": { + "mode": "follow", + "target": "main" + } + }, { "name": "tracer", "type": "benchmark",