Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

Commit 711661d

Browse files
lasp_plot_gen script moved to evaluation repository
1 parent bdea216 commit 711661d

File tree

4 files changed

+7
-796
lines changed

4 files changed

+7
-796
lines changed

Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ dcos:
8888
##
8989
## Evaluation related targets
9090
##
91-
instrumentation:
91+
plots:
9292
pkill -9 beam.smp; \
9393
clear; \
94-
rm -rf priv/lager/; \
95-
rm -rf priv/evaluation/; \
94+
rm -rf priv/lager/ priv/evaluation; \
95+
(cd priv/ && git clone https://github.com/lasp-lang/evaluation); \
9696
./rebar3 ct --readable=false --suite=test/lasp_advertisement_counter_SUITE; \
97-
cd scripts/ && ./lasp_plot_gen.sh
97+
cd priv/ && ./lasp_plot_gen.sh
9898

9999
ads: SHELL:=/bin/bash
100100
ads:

priv/ads.sh

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ pkill -9 beam.smp
4444
echo "Running evaluation."
4545
./rebar3 ct --readable=false --suite=test/lasp_advertisement_counter_SUITE
4646

47+
echo "Generating plots."
48+
( cd priv/evaluation ; ./lasp_plot_gen.sh )
49+
4750
echo "Configuring git."
4851
git config --global user.email "[email protected]"
4952
git config --global user.name "Lasp Language Evaluation Bot"

priv/gnuplot_scripts/transmission.gnuplot

-68
This file was deleted.

0 commit comments

Comments
 (0)