mirror of
https://github.com/boostorg/boost_unordered_benchmarks.git
synced 2026-02-18 14:02:09 +00:00
added clang-x86, synced insert_data.sh
This commit is contained in:
13
.github/workflows/benchmarks.yml
vendored
13
.github/workflows/benchmarks.yml
vendored
@@ -65,6 +65,19 @@ jobs:
|
||||
install: g++-11 curl zip unzip tar pkg-config
|
||||
command: sudo cset shield --exec -- nice -n -20 sudo -u gha ./benchmark
|
||||
|
||||
- name: clang-x86
|
||||
compiler: clang++-12
|
||||
architecture: -m32
|
||||
vcpkgtriplet: x86-linux
|
||||
sourcefile: main.cpp
|
||||
download-datafiles: true
|
||||
compileroptions: -std=c++2a -O3 -DNDEBUG -DCFOA_EMBEDDED_GROUP_ACCESS
|
||||
outputfile: benchmark
|
||||
reportdir: clang-x86
|
||||
os: [self-hosted, linux, x64]
|
||||
install: curl zip unzip tar pkg-config
|
||||
command: sudo cset shield --exec -- nice -n -20 sudo -u gha ./benchmark
|
||||
|
||||
runs-on: ${{matrix.os}}
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user