Skip to content

Commit 18759e8

Browse files
committed
Benchmark completed , disabled workflows on push, removed larger runner and updated results
1 parent ceae254 commit 18759e8

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.github/workflows/CodeQL_AIO_Native_Larger_Runner.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: CodeQL_AIO_Native_Larger_Runner_Example.yml
22
on:
3-
push:
4-
branches: [ main ]
3+
# push:
4+
# branches: [ main ]
55

66
pull_request:
77
branches: [main]
88

99

1010
jobs:
1111
Example01_JavaScript:
12-
runs-on: GitHub_Jack_PowerRunner
12+
runs-on: [Larger_Runner_Example]
1313
defaults:
1414
run:
1515
working-directory: /home/runner/work/CodeQL_containerizedApp/CodeQL_containerizedApp/Example01_JavaScript/
@@ -41,7 +41,7 @@ jobs:
4141

4242
Example02_Java:
4343
needs: Example01_JavaScript
44-
runs-on: GitHub_Jack_PowerRunner
44+
runs-on: [Larger_Runner_Example]
4545
permissions:
4646
actions: read
4747
contents: read
@@ -78,7 +78,7 @@ jobs:
7878

7979
Example03_Csharp:
8080
needs: [Example01_JavaScript, Example02_Java]
81-
runs-on: GitHub_Jack_PowerRunner
81+
runs-on: [Larger_Runner_Example]
8282
permissions:
8383
actions: read
8484
contents: read
@@ -120,7 +120,7 @@ jobs:
120120

121121
Example04_Python:
122122
needs: [Example01_JavaScript, Example02_Java, Example03_Csharp]
123-
runs-on: GitHub_Jack_PowerRunner
123+
runs-on: [Larger_Runner_Example]
124124
permissions:
125125
actions: read
126126
contents: read

.github/workflows/CodeQL_AIO_Native_Runner_Example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CodeQL_AIO_Native_Runner_Example.yml
22
on:
3-
push:
4-
branches: [ main ]
3+
# push:
4+
# branches: [ main ]
55

66
pull_request:
77
branches: [main]

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ When your workflow runs, GitHub Actions will start a container using the specifi
123123
124124
| Example | Programming Language | Scan completion Time |
125125
| -------------------- | -------------------- | ------------------------ |
126-
| Example01_JavaScript | JavaScript | 2 Minutes and 16 Seconds |
126+
| Example01_JavaScript | JavaScript | 2 Minutes and 23 Seconds |
127127
| Example01_Java | Java | 1 Minutes and 53 seconds |
128-
| Example01_C# | C# | 3 Minutes and 23 Seconds |
129-
| Example01_Python | Python | 1 Minute 9 Seconds |
128+
| Example01_C# | C# | 6 Minutes and 9 Seconds |
129+
| Example01_Python | Python | 2 Minute 13 Seconds |
130130
131131
132132
---
@@ -135,17 +135,17 @@ When your workflow runs, GitHub Actions will start a container using the specifi
135135
136136
| Example | Programming Language | Scan completion Time |
137137
| -------------------- | -------------------- | ------------------------ |
138-
| Example01_JavaScript | JavaScript | 1 Minutes and 35 Seconds |
139-
| Example01_Java | Java | 1 Minutes and 54 seconds |
140-
| Example01_C# | C# | 3 Minutes and 23 Seconds |
141-
| Example01_Python | Python | 1 Minute 4 Seconds |
138+
| Example01_JavaScript | JavaScript | 1 Minutes and 32 Seconds |
139+
| Example01_Java | Java | 2 Minutes and 36 seconds |
140+
| Example01_C# | C# | 3 Minutes and 16 Seconds |
141+
| Example01_Python | Python | 57 Seconds |
142142
143143
144144
##### Larger Runner Specs:
145145
146146
| CPU Cores | RAM | Storage | Base OS |
147147
| --------- | ---- | ------- | ------------ |
148-
| 8 cores | 32GB | 300 SSD | Ubuntu 22.04 & Windows 2019 for C# |
148+
| 8 cores | 32GB | 300 SSD | Ubuntu 22.04 |
149149
150150
151151
---

0 commit comments

Comments
 (0)