From 111fb5753d416214c680abb288d31c595dcdcea1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 16 Jun 2025 23:23:26 +0300 Subject: implement true Profile-Guided Optimization with Go compiler -pgo flag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Refactor PGO script to use actual Go compiler PGO instead of just profiling - Add proper baseline vs PGO-optimized binary comparison - Break script into maintainable functions for better organization - Update Makefile and documentation to reflect PGO process - Generate comprehensive performance reports with before/after analysis 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- integrationtests/foo | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 integrationtests/foo (limited to 'integrationtests/foo') diff --git a/integrationtests/foo b/integrationtests/foo new file mode 100644 index 0000000..955f531 --- /dev/null +++ b/integrationtests/foo @@ -0,0 +1,5 @@ +2025-06-16 00:32:12.069196119 +0300 EEST m=+33.921261799 - Hello World! +2025-06-16 00:32:13.070331828 +0300 EEST m=+34.922397498 - Hello Sol-System! +2025-06-16 00:32:14.070547901 +0300 EEST m=+35.922613579 - Hello Milky-Way! +2025-06-16 00:32:15.071540418 +0300 EEST m=+36.923606089 - Hello Universe! +2025-06-16 00:32:16.072567917 +0300 EEST m=+37.924633585 - Hello Multiverse! -- cgit v1.2.3