Skip to content

Commit

Permalink
add basic parsing
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Sep 25, 2023
1 parent f7d1672 commit 77fe6fc
Show file tree
Hide file tree
Showing 4 changed files with 10,319 additions and 1 deletion.
2 changes: 1 addition & 1 deletion google/kubecon/hpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
This is the start to an experimental setup for running OSU Benchmark experiments for Kubecon America, 2023.
We will be using LSF, which is the scheduler and resource manager on [Lassen](https://hpc.llnl.gov/hardware/compute-platforms/lassen).

- [run1](run1): Run OSU to compare against GKE and Compute Engine network. The batch script to run the tests is included.
- [lassen-run1](lassen-run1): Run OSU to compare against GKE and Compute Engine network. The batch script to run the tests is included.
10 changes: 10 additions & 0 deletions google/kubecon/hpc/lassen-run1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Lassen Run 1

The following runs (the *.out) files were prepared by [@milroy](@milroy) (thank you!)
To plot results:

```bash
mkdir -p ./img/osu-benchmarks
python plot-osu-benchmarks.py --results ./ --out ./img/osu-benchmarks
```

0 comments on commit 77fe6fc

Please sign in to comment.