Skip to content

Commit

Permalink
Update goldens.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 706023636
Change-Id: I5454bb4e3ce6865b5f9b384b53a5205d7d173b4c
  • Loading branch information
ckennelly authored and copybara-github committed Dec 13, 2024
1 parent 2005940 commit efebb2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tcmalloc/testing/fast_path.release.golden
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ new(align) - - 6 - 6 - - - 1 - 2
new(align)->size - - 6 - 7 - - - 1 - 2
new(align,cold)->size - - 6 - 8 - - - 1 - 2
new(align,nothrow) - - 6 - 6 - - - 1 - 2
new(cold)->size - - 5 - 7 - - - 1 - 2
new(cold)->size - - 4 - 7 - - - 1 - 2
new(nothrow) - - 4 - 5 - - - 1 - 2
new->size - - 4 - 6 - - - 1 - 2
posix_memalign - - 8 - 6 - 3 3 1 2 3
2 changes: 1 addition & 1 deletion tcmalloc/testing/fast_path.unstable.release.golden
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ new(align) - - 6 - 6 - - - 1 - 2
new(align)->size - - 6 - 7 - - - 1 - 2
new(align,cold)->size - - 6 - 8 - - - 1 - 2
new(align,nothrow) - - 6 - 6 - - - 1 - 2
new(cold)->size - - 5 - 7 - - - 1 - 2
new(cold)->size - - 4 - 7 - - - 1 - 2
new(nothrow) - - 4 - 5 - - - 1 - 2
new->size - - 4 - 6 - - - 1 - 2
posix_memalign - - 8 - 6 - 3 3 1 2 3

0 comments on commit efebb2f

Please sign in to comment.