Files
boost_unordered_benchmarks/insert_data.sh
2023-01-14 11:07:47 +01:00

16 lines
407 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