Skip to content

Commit

Permalink
libsql: add codspeed benchmarking in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 authored and CodSpeed Install Bot committed Aug 5, 2024
1 parent 778a13a commit 6de32e7
Show file tree
Hide file tree
Showing 17 changed files with 71 additions and 1,607 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: codspeed-benchmarks

on:
# Run on pushes to the main branch
push:
branches:
- "main"
# Run on pull requests
pull_request:
# `workflow_dispatch` allows CodSpeed to trigger backtest
# performance analysis in order to generate initial data.
workflow_dispatch:

jobs:
benchmarks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup rust toolchain, cache and cargo-codspeed binary
uses: moonrepo/setup-rust@v0
with:
cache-target: release
bins: cargo-codspeed

- name: Build the benchmark target(s)
run: cargo codspeed build -p libsql

- name: Run the benchmarks
uses: CodSpeedHQ/action@v2
with:
run: cargo codspeed run -p libsql
27 changes: 0 additions & 27 deletions .github/workflows/brew-test.yml

This file was deleted.

78 changes: 0 additions & 78 deletions .github/workflows/c-bindings.yml

This file was deleted.

84 changes: 0 additions & 84 deletions .github/workflows/extensions-test.yml

This file was deleted.

81 changes: 0 additions & 81 deletions .github/workflows/golang-bindings.yml

This file was deleted.

Loading

0 comments on commit 6de32e7

Please sign in to comment.