Skip to content

Commit 5964053

Browse files
Allow zeros in diffgraph profiles
1 parent 2e37b85 commit 5964053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/flamebin/dto.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
:stacks [:or
4444
[:vector [:tuple [:vector nat-int?] pos-int?]]
4545
[:vector [:tuple [:vector nat-int?] [:map
46-
[:samples-a pos-int?]
47-
[:samples-b pos-int?]]]]]
46+
[:samples-a nat-int?]
47+
[:samples-b nat-int?]]]]]
4848
:id->frame [:vector string?]
4949
:total-samples pos-int?)
5050
mlite/schema

0 commit comments

Comments
 (0)