Skip to content

Commit 7092ff5

Browse files
committed
Merge branch 'master' into fuchsnj/vrl_0.3.0
2 parents b4d569b + ef13370 commit 7092ff5

File tree

29 files changed

+185
-120
lines changed

29 files changed

+185
-120
lines changed

.github/workflows/baseline.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
# Executes various builds of vector to time the results in order to track build times.
2+
#
3+
# This workflow is unrelated to the Regression workflow.
4+
15
name: Baseline Timings
26

37
on:
48
workflow_dispatch:
5-
schedule:
6-
- cron: "0 */2 * * *"
79

810
env:
911
CI: true

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ cargo-timing*.html
55
*~
66
**/*.rs.bk
77
.DS_Store
8-
.idea/
9-
.vscode/
10-
.helix/
118
.dir-locals.el
129
checkpoints/*
1310
miniodat

0 commit comments

Comments
 (0)