Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@


# Benchmark generated output
benchmarks/results/
benchmarks/figures/

#################
## Eclipse
#################
Expand Down
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ CI runs ruff check, ruff format --check, typos, the unittest suite, and the spec

## Git flow

Hosted at hed-standard; `origin` is the VisLab fork and `upstream` is hed-standard. Local `main` is a clean mirror of `upstream/main` - never commit or merge to it locally. All work goes on a branch based on `upstream/main`, pushed to the fork, and merged via a PR to hed-standard.
Hosted at https://github.com/hed-standard/hed-python. Keep local `main` a clean mirror of the hed-standard `main` - never commit or merge to it locally. Do all work on a branch based on that `main` and get it into hed-standard through a pull request, typically pushed to your own fork first. Remote names (`origin`, `upstream`, ...) vary by checkout, so commands here never assume them; your own remote layout is a machine fact for `.status/local-environment.md`.

## Related repositories

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ See [`examples/README.md`](examples/README.md) for more details.
> from hed.models.schema_lookup import generate_schema_lookup
> ```

See the [search details documentation](https://www.hedtags.org/hed-python/search_details.html) for a full comparison of all three search implementations and performance benchmarks.
See the [search details documentation](https://www.hedtags.org/hed-python/search_details.html) for a full comparison of all three search implementations and performance benchmarks. The benchmark harness itself now lives in the [hed-benchmarks](https://github.com/hed-standard/hed-benchmarks) repository.

## Documentation

Expand Down
230 changes: 0 additions & 230 deletions benchmarks/data_generator.py

This file was deleted.

Loading