Skip to content

Commit 05b6e17

Browse files
committed
save CPU, g++ and clang++ info on files
1 parent 8f91ac7 commit 05b6e17

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/aws_tests.bash

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ process_instance() {
5858
g++ clang cmake python3
5959
echo -1 | sudo tee /proc/sys/kernel/perf_event_paranoid
6060
61+
echo "Saving some info about the environment..."
62+
mkdir -p outputs
63+
lscpu > outputs/lscpu.txt
64+
g++ --version > outputs/g++.txt
65+
clang++ --version > outputs/clang++.txt
6166
6267
echo "Building project with g++ and running the benchmarks..."
6368
CXX=g++ cmake -B build . && cmake --build build

0 commit comments

Comments
 (0)