Skip to content

Commit a82a2c4

Browse files
committed
chore: bump instrument-hooks
1 parent 3f94c58 commit a82a2c4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go-runner/overlay/instrument-hooks.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ package testing
44
#cgo CFLAGS: -I@@INSTRUMENT_HOOKS_DIR@@/includes -Wno-format -Wno-format-security
55
#include "@@INSTRUMENT_HOOKS_DIR@@/dist/core.c"
66
7-
#define MARKER_TYPE_BENCHMARK_START c_MARKER_TYPE_BENCHMARK_START__249
8-
#define MARKER_TYPE_BENCHMARK_END c_MARKER_TYPE_BENCHMARK_END__250
7+
#define MARKER_TYPE_BENCHMARK_START c_MARKER_TYPE_BENCHMARK_START__247
8+
#define MARKER_TYPE_BENCHMARK_END c_MARKER_TYPE_BENCHMARK_END__248
99
typedef struct instruments_root_InstrumentHooks__547 InstrumentHooks;
1010
*/
1111
import "C"

go-runner/src/runner/overlay/instrument_hooks.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use tar::Archive;
66
use tempfile::TempDir;
77

88
const INSTRUMENT_HOOKS_REPO: &str = "CodSpeedHQ/instrument-hooks";
9-
const INSTRUMENT_HOOKS_COMMIT: &str = "1752e9e4eae585e26703932d0055a1473dd77048";
9+
const INSTRUMENT_HOOKS_COMMIT: &str = "89fb72a076ec71c9eca6eee9bca98bada4b4dfb4";
1010

1111
/// Get the instrument-hooks directory, downloading if necessary
1212
/// Downloads to /tmp/codspeed-instrument-hooks-{commit}/

0 commit comments

Comments
 (0)