File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
99typedef struct instruments_root_InstrumentHooks__547 InstrumentHooks;
1010*/
1111import "C"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ use tar::Archive;
66use tempfile:: TempDir ;
77
88const 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}/
You can’t perform that action at this time.
0 commit comments