Skip to content

perf: Speedup flowrate by removing time.Now() from every update call #8201

perf: Speedup flowrate by removing time.Now() from every update call

perf: Speedup flowrate by removing time.Now() from every update call #8201

Workflow file for this run

# Verify that important design docs have ToC entries.
name: Check documentation ToC
on:
pull_request:
push:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: technote-space/get-diff-action@v6
with:
PATTERNS: |
docs/architecture/**
docs/rfc/**
- run: make check-docs-toc
if: env.GIT_DIFF