mirror of
https://github.com/boostorg/boost_unordered_benchmarks.git
synced 2026-01-19 04:02:13 +00:00
16 lines
403 B
Bash
Executable File
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
|