Skip to content

Commit

Permalink
[INFRA] Add libc++ performance test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Nov 14, 2023
1 parent ddc9c4a commit 68807c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci_misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68807c7

Please sign in to comment.