Skip to content

Commit fa8a1b4

Browse files
committed
format
1 parent f0938ee commit fa8a1b4

4 files changed

Lines changed: 5 additions & 12 deletions

File tree

.github/workflows/performance-benchmarks-go.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
git submodule update --init --recursive submodules/smithy-dafny
5858
git submodule update --init --recursive submodules/MaterialProviders
59-
59+
6060
- name: Create temporary global.json
6161
run: echo '{"sdk":{"rollForward":"latestFeature","version":"6.0.0"}}' > ./global.json
6262

@@ -105,7 +105,7 @@ jobs:
105105
shell: bash
106106
working-directory: ./${{matrix.benchmark-dir}}/benchmarks/go
107107
run: |
108-
go run . --config ../config/test-scenarios.yaml --quick
108+
go run . --config ../config/test-scenarios.yaml --quick
109109
110110
- name: Parse and Format Logs
111111
working-directory: ./${{matrix.benchmark-dir}}/benchmarks/results/raw-data/
@@ -131,4 +131,3 @@ jobs:
131131
--log-group-name "$LOG_GROUP" \
132132
--log-stream-name "$LOG_STREAM" \
133133
--log-events file://$LOG_FILE
134-

.github/workflows/performance-benchmarks.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,10 @@ jobs:
2222
with:
2323
dafny: ${{needs.getVersion.outputs.version}}
2424
notify:
25-
needs:
26-
[
27-
getVersion,
28-
performance-benchmarks-go,
29-
]
25+
needs: [getVersion, performance-benchmarks-go]
3026
if: ${{ failure() }}
3127
uses: aws/aws-cryptographic-material-providers-library/.github/workflows/slack-notification.yml@main
3228
with:
3329
message: "Performance Benchmarks failed on `${{ github.repository }}`. View run: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
3430
secrets:
3531
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_CI }}
36-
37-

db-esdk-performance-testing/benchmarks/config/test-scenarios.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ concurrency_levels:
4949
table_name: "dbesdk-performance-testing"
5050

5151
# Keyring
52-
keyring: "raw-aes"
52+
keyring: "raw-aes"

db-esdk-performance-testing/benchmarks/results/raw-data/go_results_robinPR.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@
331331
{
332332
"test_name": "memory",
333333
"language": "go",
334-
"dataSize":52428800,
334+
"dataSize": 52428800,
335335
"concurrency": 1,
336336
"put_latency_ms": 0,
337337
"get_latency_ms": 0,

0 commit comments

Comments
 (0)