Skip to content

Commit

Permalink
Revert usage of local files
Browse files Browse the repository at this point in the history
  • Loading branch information
hariso committed Sep 27, 2024
1 parent 5c805ac commit ecc2e74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workloads/size-1k-rate-5k-file/pipelines/p.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pipelines:
name: source1
settings:
format.type: file
format.options.path: "/home/haris/projects/conduitio/streaming-benchmarks/workloads/size-1k-rate-5k-file/data/conduit-test-file"
format.options.path: "/app/data/conduit-test-file"
rate: 5000
- id: destination1
type: destination
Expand Down
2 changes: 1 addition & 1 deletion workloads/size-1k-rate-5k-log/pipelines/p.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pipelines:
name: source1
settings:
format.type: file
format.options.path: "/home/haris/projects/conduitio/streaming-benchmarks/workloads/size-1k-rate-5k-log/data/conduit-test-file"
format.options.path: "/app/data/conduit-test-file"
rate: 5000
- id: destination1
type: destination
Expand Down

0 comments on commit ecc2e74

Please sign in to comment.