summaryrefslogtreecommitdiff
path: root/integrationtests/foo
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-06-16 23:23:26 +0300
committerPaul Buetow <paul@buetow.org>2025-06-16 23:23:26 +0300
commit111fb5753d416214c680abb288d31c595dcdcea1 (patch)
tree5bd23cb0cfa7add488c57936be9502de42073e5d /integrationtests/foo
parent7bc889acb28d8613944551d2129f0d9a7b65ecc3 (diff)
implement true Profile-Guided Optimization with Go compiler -pgo flag
- 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 <noreply@anthropic.com>
Diffstat (limited to 'integrationtests/foo')
-rw-r--r--integrationtests/foo5
1 files changed, 5 insertions, 0 deletions
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!