From 3f462db29fa3b05e3c473e6dba80d69ef6b8ea6f Mon Sep 17 00:00:00 2001 From: joaquintides Date: Mon, 16 Jan 2023 12:45:20 +0100 Subject: [PATCH] added clang-x86, synced insert_data.sh --- .github/workflows/benchmarks.yml | 13 +++++++++++++ clang-x86/main.cpp.txt | 0 insert_data.sh | 4 ++-- 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 clang-x86/main.cpp.txt diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index a5eb0279..1dbd1895 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -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: diff --git a/clang-x86/main.cpp.txt b/clang-x86/main.cpp.txt new file mode 100644 index 00000000..e69de29b diff --git a/insert_data.sh b/insert_data.sh index 780a3310..17e1db19 100755 --- a/insert_data.sh +++ b/insert_data.sh @@ -8,8 +8,8 @@ python2 insert_data.py clang-x64/main.cpp.txt README.md python2 insert_data.py clang-arm64/main.cpp.txt README.md -#python2 insert_data.py gcc-x86/main.cpp.txt README.md +python2 insert_data.py gcc-x86/main.cpp.txt README.md -#python2 insert_data.py clang-x86/main.cpp.txt README.md +python2 insert_data.py clang-x86/main.cpp.txt README.md #python2 insert_data.py vs-x86/main.cpp.txt README.md