Files
boost_unordered_benchmarks/insert_data.sh
2023-01-20 20:16:10 +01:00

16 lines
403 B
Bash
Executable File

#!/bin/bash
python2 insert_data.py gcc-x64/main.cpp.txt README.md
python2 insert_data.py clang-x64/main.cpp.txt README.md
python2 insert_data.py vs-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 clang-x86/main.cpp.txt README.md
python2 insert_data.py vs-x86/main.cpp.txt README.md