Skip to content

Commit

Permalink
compile_latency.sh: correct file names
Browse files Browse the repository at this point in the history
Correct the location of the png files that has been modified when
switching to test-report-pdf.
Also correct the name of the publisher test file.

Signed-off-by: Erwann Roussy <[email protected]>
  • Loading branch information
eroussy committed Jan 12, 2024
1 parent 989c311 commit f57761a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions latency-tests-analysis/compile_latency.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ add_latency_results()
# Output example: $SUB_RESULT_FILE = /tmp/tests_results/sub_results_hypervisor_virtu-ci1 --> $SUB_MACHINE_NAME = virtu-ci1

echo "=== $SUB_MACHINE_NAME" >> "$LATENCY_ADOC_FILE" # Subtitle for each subscriber
echo "image::./include/sub_"$SUB_MACHINE_NAME"_delay.png[]" >> "$LATENCY_ADOC_FILE" # Include delay graph
echo "image::./include/pub_standalone_interval_between.png[]" >> "$LATENCY_ADOC_FILE" # Include time between packets graph
echo "image::../../include/sub_"$SUB_MACHINE_NAME"_delay.png[]" >> "$LATENCY_ADOC_FILE" # Include delay graph
echo "image::../../include/pub_ci-tool_interval_between.png[]" >> "$LATENCY_ADOC_FILE" # Include time between packets graph
echo " " >> "$LATENCY_ADOC_FILE"

sed -i 's/$/ +/' $STATS_FILE # Add '+' character at the end of each file sub stat line for making carriage return
Expand Down

0 comments on commit f57761a

Please sign in to comment.