We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e717dc commit 6cc434eCopy full SHA for 6cc434e
docs/evals.md
@@ -453,7 +453,7 @@ class SpanTracingEvaluator(Evaluator[str, str]):
453
has_errors = span_tree.any(error_query)
454
455
# Calculate a performance score (lower is better)
456
- performance_score = 1.0 if total_processing_time < 0.5 else 0.5
+ performance_score = 1.0 if total_processing_time < 1.0 else 0.5
457
458
return {
459
'has_spans': True,
0 commit comments