Skip to content

Commit

Permalink
start-up: add tdx results
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Dec 4, 2024
1 parent e95de8e commit a7eee59
Show file tree
Hide file tree
Showing 6 changed files with 207 additions and 168 deletions.
2 changes: 1 addition & 1 deletion results/start-up/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ compares SC2 with Kata and SEV-SNP.
Once you have a working SC2 cluster, you may run the experiment using:

```bash
sc2-exp start-up run --baseline [kata,snp,snp-sc2]
sc2-exp start-up run --baseline [kata,snp,snp-sc2,tdx,tdx-sc2]
```

after running all baselines, you may plot the results using:
Expand Down
19 changes: 19 additions & 0 deletions results/start-up/data/tdx-sc2.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Run,Event,TimeMs
0,StartUp,15217
0,CreateContainerQueueProxy,43
0,CreateContainerUserContainer,47
0,RunPodSandbox,4076
0,StartContainerQueueProxy,1441
0,StartContainerUserContainer,8152
1,StartUp,13260
1,CreateContainerQueueProxy,51
1,CreateContainerUserContainer,47
1,RunPodSandbox,875
1,StartContainerQueueProxy,2752
1,StartContainerUserContainer,8904
2,StartUp,13148
2,CreateContainerQueueProxy,51
2,CreateContainerUserContainer,74
2,RunPodSandbox,859
2,StartContainerQueueProxy,2745
2,StartContainerUserContainer,8890
19 changes: 19 additions & 0 deletions results/start-up/data/tdx.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Run,Event,TimeMs
0,StartUp,20861
0,CreateContainerQueueProxy,46
0,CreateContainerUserContainer,51
0,RunPodSandbox,8336
0,StartContainerQueueProxy,2702
0,StartContainerUserContainer,8715
1,StartUp,19689
1,CreateContainerQueueProxy,43
1,CreateContainerUserContainer,61
1,RunPodSandbox,8381
1,StartContainerQueueProxy,1364
1,StartContainerUserContainer,8378
2,StartUp,21193
2,CreateContainerQueueProxy,51
2,CreateContainerUserContainer,56
2,RunPodSandbox,8296
2,StartContainerQueueProxy,2693
2,StartContainerUserContainer,8720
Loading

0 comments on commit a7eee59

Please sign in to comment.