Skip to content

Commit

Permalink
prep for container app release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnTools committed Dec 14, 2024
1 parent e431b8e commit 051986e
Show file tree
Hide file tree
Showing 7 changed files with 751 additions and 33 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Usage:
#

# docker build -t pcesapps-dev:latest -t pcesapps:latest .
# docker run -it --rm -v ~/pcesapps/extern:/tmp/extern ghcr.io/iti/pcesapps-dev
# docker run -it --rm -v ~/pcesapps/extern:/tmp/extern ghcr.io/iti/pcesapps
Expand All @@ -19,4 +19,4 @@ RUN cd simulator/sim-dir && go mod tidy && go build -o /bin/sim sim.go exp.go

# remember to use "-v" to map in /tmp/extern
WORKDIR /pcesapps/simulator/sim-dir
RUN sim -is /tmp/extern/input/args-sim
#RUN sim -is /tmp/extern/input/args-sim
1 change: 0 additions & 1 deletion simulator/args-run
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
-template ./template
-args ./args
-input ./input
-output ./output
-sim ./sim-dir
1 change: 0 additions & 1 deletion simulator/args/args-sim-template
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@
-msr msr.yaml
-rngseed 234545
-tunits msec
#-container
21 changes: 21 additions & 0 deletions simulator/output/results.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
experiment set run at time 2024-12-14 07:20:35.382921
- exprmnt: exp-1
measurements:
- latency: 1.0840000000007421 (msec)
measurename: end2end
waypoints: []
- exprmnt: exp-2
measurements:
- latency: 24.84399999999914 (msec)
measurename: end2end
waypoints: []
- exprmnt: exp-3
measurements:
- latency: 1.0790000000015425 (msec)
measurename: end2end
waypoints: []
- exprmnt: exp-4
measurements:
- latency: 24.838999999999942 (msec)
measurename: end2end
waypoints: []
Loading

0 comments on commit 051986e

Please sign in to comment.