Skip to content

Commit beb15cf

Browse files
committed
[python_basic_gevent] revert Hub value to 2.0e9 — only the regex needed updating
Previous commit dropped the value to 9.0e8 based on a number read from the captured-profile JSON, which turned out to be a captureProfData subgroup metric, not the matching-sum the analyzer compares against. The actual analyzer-side matching sum is ~1.96e9 ns (full ~2s Hub run), matching the original calibration. Keep the regex fix; restore the original value and error_margin.
1 parent 9c258c4 commit beb15cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scenarios/python_basic_gevent/expected_profile.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"stack-content": [
1010
{
1111
"regular_expression": "^Hub\\.run;loop\\.run$",
12-
"value": 900000000,
13-
"error_margin": 30,
12+
"value": 2000000000,
13+
"error_margin": 25,
1414
"labels": [
1515
{
1616
"key": "task name",

0 commit comments

Comments
 (0)