From 1a1a8f7615b3a487320dbd890e429ce371216b8c Mon Sep 17 00:00:00 2001 From: Tae Gyun Kim Date: Wed, 15 May 2024 16:35:20 -0400 Subject: [PATCH] also check for wall-time --- scenarios/python_cpu/expected_profile.json | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/scenarios/python_cpu/expected_profile.json b/scenarios/python_cpu/expected_profile.json index a8e8459..219d1cc 100644 --- a/scenarios/python_cpu/expected_profile.json +++ b/scenarios/python_cpu/expected_profile.json @@ -31,6 +31,37 @@ ] } ] + }, + { + "profile-type": "wall-time", + "stack-content": [ + { + "regular_expression": "\u003cmodule\u003e;main;b", + "value": 666666666, + "error_margin": 5, + "labels": [ + { + "key": "thread name", + "values": [ + "MainThread" + ] + } + ] + }, + { + "regular_expression": "\u003cmodule\u003e;main;a", + "value": 333333333, + "error_margin": 5, + "labels": [ + { + "key": "thread name", + "values": [ + "MainThread" + ] + } + ] + } + ] } ] }