Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
pull_request:
workflow_dispatch:

permissions:
contents: read
id-token: write

jobs:
lint:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -90,7 +94,6 @@ jobs:
with:
mode: ${{ matrix.codspeed-mode }}
run: examples/google_benchmark_cmake/build/benchmark_example
token: ${{ secrets.CODSPEED_TOKEN }}

bazel-integration-tests:
strategy:
Expand Down Expand Up @@ -130,7 +133,6 @@ jobs:
with:
mode: ${{ matrix.codspeed-mode }}
run: bazel run //examples/google_benchmark_bazel:my_benchmark --@codspeed_core//:codspeed_mode=${{ matrix.codspeed-mode }} --@codspeed_core//:strict_warnings=on
token: ${{ secrets.CODSPEED_TOKEN }}

cmake-build:
strategy:
Expand Down
2 changes: 1 addition & 1 deletion core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include(FetchContent)
FetchContent_Declare(
instrument_hooks_repo
GIT_REPOSITORY https://github.com/CodSpeedHQ/instrument-hooks
GIT_TAG b1e401a4d031ad308edb22ed59a52253a1ebe924
GIT_TAG 89fb72a076ec71c9eca6eee9bca98bada4b4dfb4
)
FetchContent_MakeAvailable(instrument_hooks_repo)
FetchContent_GetProperties(instrument_hooks_repo)
Expand Down
2 changes: 1 addition & 1 deletion core/instrument-hooks
Submodule instrument-hooks updated 4 files
+6,695 −4,672 dist/core.c
+85 −16 src/fifo.zig
+53 −0 src/logger.zig
+12 −13 src/runner_fifo.zig