{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":508343241,"defaultBranch":"main","name":"elastic-agent-shipper-client","ownerLogin":"elastic","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-06-28T14:54:28.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6764390?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1692631542.0","currentOid":""},"activityList":{"items":[{"before":"9d161f0fe8d52d0d1d0e58c7608fec2b6772e984","after":"ec757e1aad4bf1029e28cfc184b98c002444f261","ref":"refs/heads/main","pushedAt":"2023-08-21T15:27:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jlind23","name":"Julien Lind","path":"/jlind23","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43535167?s=80&v=4"},"commit":{"message":"Remove Jenkinsfile as this is not used anymore (#30)","shortMessageHtmlLink":"Remove Jenkinsfile as this is not used anymore (#30)"}},{"before":null,"after":"dd64d60e48561d225815bea20e365368d6a63a19","ref":"refs/heads/jlind23-patch-2","pushedAt":"2023-08-21T15:25:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jlind23","name":"Julien Lind","path":"/jlind23","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43535167?s=80&v=4"},"commit":{"message":"Remove Jenkinsfile as this is not used anymore","shortMessageHtmlLink":"Remove Jenkinsfile as this is not used anymore"}},{"before":"5cf8d45f311bb130283804c91046f82cf8abcd40","after":"9d161f0fe8d52d0d1d0e58c7608fec2b6772e984","ref":"refs/heads/main","pushedAt":"2023-06-29T09:17:58.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"michalpristas","name":"Michal Pristas","path":"/michalpristas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1522652?s=80&v=4"},"commit":{"message":"Merge pull request #29 from michalpristas/p1291\n\nUpdated protobuf to 1.29.1","shortMessageHtmlLink":"Merge pull request #29 from michalpristas/p1291"}},{"before":"634d13c4d0f0ac26b991303522b1aa90d9ab4493","after":null,"ref":"refs/heads/dependabot/go_modules/golang.org/x/net-0.7.0","pushedAt":"2023-06-06T21:29:35.464Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cmacknz","name":"Craig MacKenzie","path":"/cmacknz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3466215?s=80&v=4"}},{"before":"da2edfba0431acad015a03e8f184b970ba3457b6","after":"5cf8d45f311bb130283804c91046f82cf8abcd40","ref":"refs/heads/main","pushedAt":"2023-06-06T21:29:32.568Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"cmacknz","name":"Craig MacKenzie","path":"/cmacknz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3466215?s=80&v=4"},"commit":{"message":"Merge pull request #27 from elastic/dependabot/go_modules/golang.org/x/net-0.7.0\n\nBump golang.org/x/net from 0.0.0-20220225172249-27dd8689420f to 0.7.0","shortMessageHtmlLink":"Merge pull request #27 from elastic/dependabot/go_modules/golang.org/…"}},{"before":null,"after":"634d13c4d0f0ac26b991303522b1aa90d9ab4493","ref":"refs/heads/dependabot/go_modules/golang.org/x/net-0.7.0","pushedAt":"2023-06-06T21:25:44.665Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump golang.org/x/net from 0.0.0-20220225172249-27dd8689420f to 0.7.0\n\nBumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220225172249-27dd8689420f to 0.7.0.\n- [Commits](https://github.com/golang/net/commits/v0.7.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump golang.org/x/net from 0.0.0-20220225172249-27dd8689420f to 0.7.0"}},{"before":"1fbbb05f0b174053a5b160cdd5836eaed430cdbd","after":"da2edfba0431acad015a03e8f184b970ba3457b6","ref":"refs/heads/main","pushedAt":"2023-04-12T11:15:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alexsapran","name":"Alexandros Sapranidis","path":"/alexsapran","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2103997?s=80&v=4"},"commit":{"message":"Remove the use of fmt.Sprintf (#24)\n\nThis commit removes the use of fmt.Sprintf because it results in leaking\r\nmemory to heap.\r\nThis change writes directly to the writer object.\r\n\r\nThis has an impact on the speed of the marshaling object.\r\n\r\n```\r\ngoos: darwin\r\ngoarch: amd64\r\npkg: github.com/elastic/elastic-agent-shipper-client/pkg/helpers\r\ncpu: Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz\r\n │ base.txt │ no_string.txt │\r\n │ sec/op │ sec/op vs base │\r\nCustomMarshal/marshal_value_using_fastjson-16 5.715µ ± 5% 3.713µ ± 8% -35.03% (p=0.000 n=8)\r\nCustomMarshal/marshal_value_using_stdlib-16 10.95µ ± 14% 11.26µ ± 7% ~ (p=0.645 n=8)\r\ngeomean 7.912µ 6.465µ -18.30%\r\n\r\n │ base.txt │ no_string.txt │\r\n │ B/op │ B/op vs base │\r\nCustomMarshal/marshal_value_using_fastjson-16 1.490Ki ± 0% 1.023Ki ± 0% -31.32% (p=0.000 n=8)\r\nCustomMarshal/marshal_value_using_stdlib-16 2.632Ki ± 0% 2.633Ki ± 0% ~ (p=0.051 n=8)\r\ngeomean 1.981Ki 1.641Ki -17.12%\r\n\r\n │ base.txt │ no_string.txt │\r\n │ allocs/op │ allocs/op vs base │\r\nCustomMarshal/marshal_value_using_fastjson-16 42.000 ± 0% 8.000 ± 0% -80.95% (p=0.000 n=8)\r\nCustomMarshal/marshal_value_using_stdlib-16 32.00 ± 0% 32.00 ± 0% ~ (p=1.000 n=8) ¹\r\ngeomean 36.66 16.00 -56.36%\r\n¹ all samples are equal\r\n```\r\n\r\nComparing the `marshal_value_using_fastjson` tests with base be the code\r\nbefore this change and no_string is this change.\r\nWe can see that we get 35% faster execution and 80% less memory\r\nallocations.\r\n\r\nSigned-off-by: Alexandros, Sapranidis ","shortMessageHtmlLink":"Remove the use of fmt.Sprintf (#24)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADbyzXTwA","startCursor":null,"endCursor":null}},"title":"Activity · elastic/elastic-agent-shipper-client"}