Skip to content

Commit

Permalink
Merge branch 'main' into attributes-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb authored Oct 9, 2023
2 parents 8df2f81 + 0eaa794 commit aa12edc
Show file tree
Hide file tree
Showing 99 changed files with 3,497 additions and 828 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Run OpenTelemetry-cpp benchmarks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Mount Bazel Cache
Expand All @@ -25,12 +25,12 @@ jobs:
key: bazel_benchmark
- name: setup
run: |
sudo -E ./ci/setup_cmake.sh
sudo -E ./ci/setup_ci_environment.sh
sudo ./ci/setup_ci_environment.sh
sudo ./ci/install_bazelisk.sh
- name: Run benchmark
id: run_benchmarks
run: |
CC=/usr/bin/gcc-10 CXX=/usr/bin/g++-10 ci/do_ci.sh bazel.benchmark
./ci/do_ci.sh bazel.benchmark
mkdir -p benchmarks
mv api-benchmark_result.json benchmarks
mv sdk-benchmark_result.json benchmarks
Expand All @@ -47,7 +47,7 @@ jobs:
name: Store benchmark result
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/download-artifact@master
with:
name: benchmark_results
Expand Down
Loading

0 comments on commit aa12edc

Please sign in to comment.