-
Type:
Spec Change
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Component/s: Performance Benchmarking
-
None
-
Needed - No Spec Changes
-
Summary
C# implements a strong-typed benchmarks variation. Java will consider adding strong typed benchmarks as well.
The current deep_bson structure is not suitable for that due to conflicting data types, properties can be both objects and strings.
Drivers implementing standard benchmarks should not be affected by the change.
Drivers need to update the DEEP_BSON benchmark dataset size.
Proposing to change the leaf nodes from:
{
"right": {
"right": "...",
"left": "..."
},
"left": {
"right": "...",
"left": "..."
}
}
to
{
"right": {
"rightValue": "...",
"leftValue": "..."
},
"left": {
"rightValue": "...",
"leftValue": "..."
}
}
Motivation
Who is the affected end user?
Drivers implementing strong-typed benchmarks
How does this affect the end user?
How likely is it that this problem or use case will occur?
NA
If the problem does occur, what are the consequences and how severe are they?
NA
Is this issue urgent?
No
Is this ticket required by a downstream team?
No
Is this ticket only for tests?
Yes
Acceptance Criteria
Benchmarks pipeline passing
- split to
-
JAVA-6172 Update deep_bson.json for compatibility with strong-typed benchmarks
-
- Needs Triage
-
-
PHPLIB-1831 Update deep_bson.json for compatibility with strong-typed benchmarks
-
- Needs Triage
-
-
PYTHON-5804 Update deep_bson.json for compatibility with strong-typed benchmarks
-
- Needs Triage
-
-
RUBY-3812 Update deep_bson.json for compatibility with strong-typed benchmarks
-
- Needs Triage
-
-
CDRIVER-6299 Update deep_bson.json for compatibility with strong-typed benchmarks
-
- Backlog
-
-
CXX-3473 Update deep_bson.json for compatibility with strong-typed benchmarks
-
- Backlog
-
-
NODE-7545 Update deep_bson.json for compatibility with strong-typed benchmarks
-
- Backlog
-
-
GODRIVER-3868 Update deep_bson.json for compatibility with strong-typed benchmarks
-
- In Progress
-
-
CSHARP-6003 Update deep_bson.json for compatibility with strong-typed benchmarks
-
- Investigating
-
-
RUST-2408 Update deep_bson.json for compatibility with strong-typed benchmarks
-
- Investigating
-