mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-08-18 12:08:22 +00:00
c44f8da646
* feat: add query regression perf harness Signed-off-by: discord9 <discord9@163.com> * feat: extend query regression cases Signed-off-by: discord9 <discord9@163.com> * ci: harden query regression workflows Signed-off-by: discord9 <discord9@163.com> * fix: address query regression review comments Signed-off-by: discord9 <discord9@163.com> * ci: limit query regression PR triggers Signed-off-by: discord9 <discord9@163.com> * ci: run full query regression case set Signed-off-by: discord9 <discord9@163.com> * refactor: model query regression scenarios Signed-off-by: discord9 <discord9@163.com> * fix: avoid unenforced query regression thresholds Signed-off-by: discord9 <discord9@163.com> --------- Signed-off-by: discord9 <discord9@163.com>
84 lines
1.4 KiB
Plaintext
84 lines
1.4 KiB
Plaintext
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
/target/
|
|
# also ignore if it's a symbolic link
|
|
/target
|
|
|
|
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
|
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# Mac DS_Store
|
|
**/*.DS_Store
|
|
|
|
debug/
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
*.pdb
|
|
|
|
# JetBrains IDE config directory
|
|
.idea/
|
|
*.iml
|
|
|
|
# VSCode IDE config directory
|
|
.vscode/
|
|
|
|
# Logs
|
|
**/__unittest_logs
|
|
logs/
|
|
!grafana/dashboards/logs/
|
|
|
|
# cpython's generated python byte code
|
|
**/__pycache__/
|
|
|
|
# Benchmark dataset
|
|
benchmarks/data
|
|
|
|
# dotenv
|
|
.env
|
|
|
|
# dashboard files
|
|
!/src/servers/dashboard/VERSION
|
|
/src/servers/dashboard/*
|
|
|
|
# Vscode workspace
|
|
*.code-workspace
|
|
|
|
venv/
|
|
|
|
# Fuzz tests
|
|
tests-fuzz/artifacts/
|
|
tests-fuzz/corpus/
|
|
|
|
# cargo-udeps reports
|
|
udeps-report.json
|
|
|
|
# Nix
|
|
.direnv
|
|
.envrc
|
|
|
|
## default data home
|
|
greptimedb_data
|
|
|
|
# github
|
|
!/.github
|
|
|
|
# AI related
|
|
# Root AGENTS.md is the shared project guide (tracked); CLAUDE.md symlinks to it.
|
|
# Personal/local agent config goes under .local/ and stays untracked.
|
|
/.local/
|
|
.codex
|
|
.gemini
|
|
.opencode
|
|
.worktrees/
|
|
.slim/deepwork/
|
|
|
|
# local design docs
|
|
docs/specs/
|
|
.vs/
|
|
|
|
# Claude Code personal/local overrides (keep shared .claude/ content tracked)
|
|
.claude/*.local.*
|