From 68807c7a186456f19dda97ed7095eeaf631ce299 Mon Sep 17 00:00:00 2001 From: Enrico Seiler Date: Mon, 13 Nov 2023 14:33:43 +0100 Subject: [PATCH] [INFRA] Add libc++ performance test CI --- .github/workflows/ci_misc.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci_misc.yml b/.github/workflows/ci_misc.yml index df98a2459a..c18c9de189 100644 --- a/.github/workflows/ci_misc.yml +++ b/.github/workflows/ci_misc.yml @@ -37,6 +37,13 @@ jobs: build_type: Release test_threads: 1 # snippets create and delete files and some separate tests create/delete the same files + - name: "Performance clang17 libc++" + compiler: "clang-17" + build: performance + build_type: Release + test_threads: 2 + cxx_flags: "-stdlib=libc++" + - name: "Performance gcc11" compiler: "gcc-11" build: performance