Skip to content

Commit

Permalink
Experiment 12 - Chunk size
Browse files Browse the repository at this point in the history
  • Loading branch information
ypwong99 committed Feb 19, 2024
1 parent fbbf744 commit 91b3cb0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chunk-size-experiment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
strategy:
fail-fast: false
matrix:
name: [ gcr-chunk-40-kbytes, gcr-chunk-48-kbytes, gcr-chunk-56-kbytes ]
name: [ gcr-chunk-32-kbytes, gcr-chunk-64-kbytes ]
env:
working-directory: src
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"Runtime": "python3.9",
"SubExperiments": [
{
"Title": "cold-100-gcr-read-per-32768-bytes",
"Title": "gcr-chunk-32-kbytes",
"Function": "hellopy-read-per-32768-bytes",
"Handler": "Dockerfile",
"PackageType": "Container",
"PackagePattern": "lambda_function.py",
"Handler": "Dockerfile",
"PackageType": "Container",
"PackagePattern": "lambda_function.py",
"Bursts": 500,
"BurstSizes": [
1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"Runtime": "python3.9",
"SubExperiments": [
{
"Title": "cold-100-gcr-read-per-65536-bytes",
"Title": "gcr-chunk-64-kbytes",
"Function": "hellopy-read-per-65536-bytes",
"Handler": "Dockerfile",
"PackageType": "Container",
"PackagePattern": "lambda_function.py",
"Handler": "Dockerfile",
"PackageType": "Container",
"PackagePattern": "lambda_function.py",
"Bursts": 500,
"BurstSizes": [
1
Expand Down

0 comments on commit 91b3cb0

Please sign in to comment.