Skip to content

Commit

Permalink
Move windsock to separate repo (#1523)
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai authored Mar 13, 2024
1 parent 65bca7d commit 2bef5e7
Show file tree
Hide file tree
Showing 18 changed files with 3 additions and 2,961 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/windsock_benches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ jobs:
cargo windsock local-run --bench-length-seconds 5 --operations-per-second 100 --profilers samply name=cassandra,compression=none,connection_count=1,driver=scylla,operation=read_i64,protocol=v4,shotover=standard,topology=single
cargo windsock local-run --bench-length-seconds 5 --operations-per-second 100 --profilers sys_monitor name=kafka,shotover=standard,size=1B,topology=single
cargo windsock local-run --bench-length-seconds 5 --operations-per-second 100 --profilers shotover_metrics name=redis,encryption=none,operation=get,shotover=standard,topology=single
# windsock/examples/cassandra.rs - this can stay here until windsock is moved to its own repo
cargo run --release --example cassandra -- local-run --bench-length-seconds 5 --operations-per-second 100
- name: Ensure that tests did not create or modify any files that arent .gitignore'd
run: |
if [ -n "$(git status --porcelain)" ]; then
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[workspace]
members = [
"windsock",
"shotover",
"shotover-proxy",
"test-helpers",
Expand Down
2 changes: 1 addition & 1 deletion shotover-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tokio-bin-process.workspace = true
rustls-pemfile = "2.0.0"
rustls-pki-types = "1.1.0"
aws-throwaway.workspace = true
windsock = { path = "../windsock" }
windsock = "0.1.0"
regex = "1.7.0"
cql-ws = { git = "https://github.com/shotover/cql-ws" }
opensearch = "2.1.0"
Expand Down
23 changes: 0 additions & 23 deletions windsock/Cargo.toml

This file was deleted.

7 changes: 0 additions & 7 deletions windsock/build.rs

This file was deleted.

26 changes: 0 additions & 26 deletions windsock/examples/cassandra-docker-compose.yaml

This file was deleted.

163 changes: 0 additions & 163 deletions windsock/examples/cassandra.rs

This file was deleted.

Loading

0 comments on commit 2bef5e7

Please sign in to comment.