From 13e7970afb3eeac69f82df833f030711e5cf12ec Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 12 Mar 2026 22:39:06 +0200 Subject: internal: embed BPF object into ior binary --- integrationtests/helpers_test.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'integrationtests/helpers_test.go') diff --git a/integrationtests/helpers_test.go b/integrationtests/helpers_test.go index feb7a55..6ef7ba7 100644 --- a/integrationtests/helpers_test.go +++ b/integrationtests/helpers_test.go @@ -9,7 +9,6 @@ import ( const ( iorBinaryDefault = "../ior" workloadBinaryDefault = "../ioworkload" - bpfObjectDefault = "../ior.bpf.o" defaultDuration = 10 parallelEnvVar = "IOR_INTEGRATION_PARALLEL" ) @@ -23,7 +22,6 @@ func newTestHarness(t *testing.T) TestHarness { return TestHarness{ IorBinary: absPath(t, iorBinaryDefault), WorkloadBinary: absPath(t, workloadBinaryDefault), - BpfObject: absPath(t, bpfObjectDefault), OutputDir: t.TempDir(), } } -- cgit v1.2.3