Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luizperes/bixmix
A collection of scripts that I use in the Parabix project
https://github.com/luizperes/bixmix
Last synced: 18 days ago
JSON representation
A collection of scripts that I use in the Parabix project
- Host: GitHub
- URL: https://github.com/luizperes/bixmix
- Owner: luizperes
- License: mit
- Created: 2020-03-02T21:35:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T13:12:32.000Z (almost 5 years ago)
- Last Synced: 2024-11-05T11:54:40.474Z (2 months ago)
- Language: Python
- Size: 33.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bixmix
> A collection of scripts that I use in the Parabix project## Scripts:
- `multiple_llvm_flags`: Given a build folder with multiple LLVM versions (`-b` flag), a file with a set of flags separated by newline (`-c` flag), a regular expression (`-x` flag), a file with the folders where which LLVM version has been installed (`-l` flag) and a file target (`-t` flag), this script computes multiple combinations of the flag set and performs runtime comparisons using `perf`.- `generate_dbs`: Creates databases for both PostgresSQL and SQLite3. In each databases, 5 tables are created in the format { `id`, `column` } and 100000 records are inserted at random