forked from PLC-lang/rusty
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rework the benchmarking, still WIP * Project structure * Add dry-run check * Sql support - wip * Sql support - wip * SQL Insert done, needs cleanup * Update metrics to push to sql database, add metrics workflow on each commit * Remove benchmarks dir reference and use temp dirs instead, also remove the Compiler env * Use clap for interface, add other aliases * Fix the metrics, use pic when compiling executables * Use shell as bash * Make sure pkg-config is installed for the metrics * Restore the feature for sqlx * Remove the apt dependencies Also add the workspace to safe dirs in git * Mode the git clone part to the default tasks * Rename db tables * Update gitignore, remove benchmarks --------- Co-authored-by: Volkan Sagcan <[email protected]>
- Loading branch information
Showing
21 changed files
with
2,007 additions
and
386 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ | |
*.o | ||
*.bc | ||
*.a | ||
*.elf | ||
*.elf |
Oops, something went wrong.