Skip to content

Commit

Permalink
add script to send results
Browse files Browse the repository at this point in the history
  • Loading branch information
manykasiriha committed Feb 24, 2024
1 parent ce3fa7b commit 13ca62b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 02_report_to_postgres/send_results.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
python report_to_postgres.py --run 1 --output results/cars_passed/output.xml --project car-configurator --version 1.0.0
python report_to_postgres.py --run 1 --output results/cars_wrong_amounts/output.xml --project car-configurator --version 2.0.0
python report_to_postgres.py --run 1 --output results/cars_slow/output.xml --project car-configurator --version 3.0.0
python report_to_postgres.py --run 1 --output results/cars_parallel/output.xml --project car-configurator --version 4.0.0

0 comments on commit 13ca62b

Please sign in to comment.