Skip to content

Commit eab1560

Browse files
make prof correctness tests compatible with upcomming changes in prof-correctness (#2733)
1 parent 3c0d0f9 commit eab1560

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

profiling/tests/correctness/allocations.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"scale_by_duration": true,
23
"test_name": "php_allocations",
34
"stacks": [
45
{

profiling/tests/correctness/exceptions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"scale_by_duration": true,
23
"test_name": "php_exception",
34
"stacks": [
45
{

profiling/tests/correctness/exceptions_zts.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"scale_by_duration": true,
23
"test_name": "php_exception_zts",
34
"stacks": [
45
{

profiling/tests/correctness/strange_frames.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"scale_by_duration": true,
23
"test_name": "php_strange_frames",
34
"stacks": [
45
{

profiling/tests/correctness/time.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"scale_by_duration": true,
23
"test_name": "php_time",
34
"stacks": [
45
{

profiling/tests/correctness/timeline.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"scale_by_duration": true,
23
"test_name": "php_timeline",
34
"stacks": [
45
{

0 commit comments

Comments
 (0)