Commit c2043a9
committed
Clean up benchmarks, fix PipeReader race, consolidate tests
- Remove benchmarks/throughput-benchmark (replaced by BenchmarkDotNet suite)
- Remove benchmarks/CROSS_SDK_BENCHMARK_SPEC.md and benchmark-runner.sh
- Move integration-test.sh to .github/scripts/
- Fix PipeReader cleanup race: await incomingTask BEFORE reader.Complete()
- Simplify InvocationHandler exception catch to OperationCanceledException
- Fix discovery.proto: add V3/V4 protocol version descriptions
- Fix comment: v4 adds lambda compression, not retry_policy
- Fix ReplayRun benchmark to measure StartAsync replay correctly
- Remove unnecessary Roslyn dependencies from benchmarks project
- Consolidate InterfaceConformanceTests to Theory+InlineData
- Consolidate MockContextFeatureTests to Theory+InlineData
- Remove redundant HandlerAttributeBase tests (covered by property tests)1 parent 9100686 commit c2043a9
File tree
13 files changed
+53
-566
lines changed- .github/scripts
- benchmarks
- throughput-benchmark
- proto/dev/restate/service
- src/Restate.Sdk
- Hosting
- Internal
- test
- Restate.Sdk.Benchmarks
- Restate.Sdk.Tests
- Testing
13 files changed
+53
-566
lines changedFile renamed without changes.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Lines changed: 0 additions & 14 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
24 | 29 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
105 | 108 | | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | 109 | | |
112 | 110 | | |
113 | 111 | | |
114 | 112 | | |
115 | 113 | | |
116 | | - | |
| 114 | + | |
117 | 115 | | |
118 | 116 | | |
119 | 117 | | |
| 118 | + | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments