Skip to content

Benchmark tests for trace OTLP transform and BatchSpanProcessor #9195

Benchmark tests for trace OTLP transform and BatchSpanProcessor

Benchmark tests for trace OTLP transform and BatchSpanProcessor #9195

name: W3C Trace Context Integration Test
on:
push:
branches:
- main
pull_request:
merge_group:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '16'
- name: Install and Bootstrap 🔧
run: npm ci
- name: Generate version.ts files
run: npm run version:update
- name: Build 🔧
run: npm run compile
working-directory: ./integration-tests/propagation-validation-server
- name: Run W3C Test harness
run: ./integration-tests/tracecontext-integration-test.sh