mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-17 16:39:52 +00:00
[ci]: Quick codspeed.yml
tweaks to enable comparisons with master
(#30752)
* Only run codspeed logic when `libs/core` is changed (for now, we'll want to add other benchmarks later * Also run on `master` so that we can get a reference :)
This commit is contained in:
parent
d47d6ecbc3
commit
66758599a9
5
.github/workflows/codspeed.yml
vendored
5
.github/workflows/codspeed.yml
vendored
@ -1,7 +1,12 @@
|
||||
name: CodSpeed
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
paths:
|
||||
- 'libs/core/**'
|
||||
# `workflow_dispatch` allows CodSpeed to trigger backtest
|
||||
# performance analysis in order to generate initial data.
|
||||
workflow_dispatch:
|
||||
|
Loading…
Reference in New Issue
Block a user