We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f91ac7 commit 05b6e17Copy full SHA for 05b6e17
scripts/aws_tests.bash
@@ -58,6 +58,11 @@ process_instance() {
58
g++ clang cmake python3
59
echo -1 | sudo tee /proc/sys/kernel/perf_event_paranoid
60
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
66
67
echo "Building project with g++ and running the benchmarks..."
68
CXX=g++ cmake -B build . && cmake --build build
0 commit comments