Skip to content

Commit

Permalink
Remove benchmarks (hasura#887)
Browse files Browse the repository at this point in the history
<!-- The PR description should answer 2 (maybe 3) important questions:
-->

### What

These take ages to run, are slowing development down and not offering
the value they should. We should be benchmarking engine, but not like
this.

<!-- What is this PR trying to accomplish (and why, if it's not
obvious)? -->

<!-- Consider: do we need to add a changelog entry? -->

### How

Remove benchmarks CI job from Buildkite.

<!-- How is it trying to accomplish it (what are the implementation
steps)? -->

V3_GIT_ORIGIN_REV_ID: 30a2c9d5f6ba09f5319a07fe394db8becaa16b8e
  • Loading branch information
danieljharvey authored and hasura-bot committed Jul 25, 2024
1 parent 8e8b983 commit 1cd8e7f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 72 deletions.
69 changes: 0 additions & 69 deletions v3/benchmark.sh

This file was deleted.

3 changes: 0 additions & 3 deletions v3/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ drill:
coverage *filterexp:
just docker_with_source_only bash coverage.sh '{{filterexp}}'

generate-benchmarks gh-issue gh-token:
just docker_with_test_env bash benchmark.sh {{gh-issue}} {{gh-token}}

run-local-with-shell:
#!/usr/bin/env bash
cargo run --bin custom-connector | ts "custom-connector:" &
Expand Down

0 comments on commit 1cd8e7f

Please sign in to comment.