Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update performance benchmarks #3818

Open
wants to merge 24 commits into
base: v1.15
Choose a base branch
from
Open
Changes from 3 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
c8fc5c4
update performance benchmarks
yaron2 Oct 12, 2023
f054f33
Merge branch 'v1.12' into perf-1
yaron2 Oct 12, 2023
52576fc
Merge branch 'v1.12' into perf-1
yaron2 Oct 13, 2023
64084b3
Merge branch 'v1.12' into perf-1
msfussell Oct 16, 2023
5b9ecdb
prep 1.12 for endgame
hhunter-ms Jan 26, 2024
af8dc61
Merge branch 'v1.12' into perf-1
hhunter-ms Feb 1, 2024
d8a5628
Merge branch 'v1.12' into perf-1
hhunter-ms Feb 13, 2024
8d63baa
Merge branch 'v1.12' into issue_3965_1.12
hhunter-ms Feb 16, 2024
be69ded
Added environment variable documentation indicating how the service n…
WhitWaldo Jan 26, 2024
87c70c0
Merge branch 'v1.12' into issue_3965_1.12
hhunter-ms Mar 5, 2024
6d5de8f
Merge pull request #3979 from hhunter-ms/issue_3965_1.12
hhunter-ms Mar 5, 2024
836906d
Merge branch 'v1.12' into otel_override_service_name
WhitWaldo Apr 19, 2024
8bf63e5
Merge branch 'v1.12' into perf-1
yaron2 Apr 24, 2024
162eb37
Merge pull request #3971 from WhitWaldo/otel_override_service_name
hhunter-ms May 6, 2024
1d51450
Enable manual trigger
paulyuk May 30, 2024
83d13b9
Merge pull request #4169 from dapr/paulyuk-patch-3
hhunter-ms May 31, 2024
c6de31f
Merge branch 'v1.12' into perf-1
hhunter-ms Jul 29, 2024
9707d56
update python versions
hhunter-ms Jan 6, 2025
b5f1aed
Merge pull request #4481 from hhunter-ms/v1.12
hhunter-ms Jan 6, 2025
b43fd26
Merge branch 'v1.12' into perf-1
hhunter-ms Jan 6, 2025
c52b0e6
Update daprdocs/content/en/operations/performance-and-scalability/per…
yaron2 Jan 8, 2025
d43df22
Update daprdocs/content/en/operations/performance-and-scalability/per…
yaron2 Jan 8, 2025
4057f31
Update daprdocs/content/en/operations/performance-and-scalability/per…
yaron2 Jan 8, 2025
94bcd49
Update daprdocs/content/en/operations/performance-and-scalability/per…
yaron2 Jan 13, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/link_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
validate:
runs-on: ubuntu-latest
env:
PYTHON_VER: 3.7
PYTHON_VER: 3.12
steps:
- uses: actions/checkout@v2
- name: Check Microsoft URLs do not pin localized versions
Expand All @@ -27,7 +27,7 @@ jobs:
exit 1
fi
- name: Set up Python ${{ env.PYTHON_VER }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VER }}
- name: Install dependencies
Expand Down
Loading