Skip to content

Commit

Permalink
MINOR: Move TROGDOR.md to trogdor module (apache#13979)
Browse files Browse the repository at this point in the history
Reviewers: Divij Vaidya <[email protected]>

---------

Co-authored-by: Deqi Hu <[email protected]>
  • Loading branch information
hudeqi and Deqi Hu authored Jul 10, 2023
1 parent 0e56cc8 commit 8be601d
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ if (file('.git').exists()) {
'gradlew',
'gradlew.bat',
'gradle/wrapper/gradle-wrapper.properties',
'TROGDOR.md',
'trogdor/README.md',
'**/README.md',
'**/id_rsa',
'**/id_rsa.pub',
Expand Down
2 changes: 1 addition & 1 deletion tests/spec/connection_stress_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

//
// An example task specification for running a connection stress test in Trogdor.
// See TROGDOR.md for details.
// See trogdor/README.md for details.
//

{
Expand Down
2 changes: 1 addition & 1 deletion tests/spec/external_command.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// An example task specification for running an external command in Trogdor.
// Note that this task spec uses a relative path, so make sure you launch
// Trogdor from the project root directory when using it.
// See TROGDOR.md for details.
// See trogdor/README.md for details.
//

{
Expand Down
2 changes: 1 addition & 1 deletion tests/spec/round_trip.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

//
// An example task specification for running a round trip test in Trogdor.
// See TROGDOR.md for details.
// See trogdor/README.md for details.
//

{
Expand Down
2 changes: 1 addition & 1 deletion tests/spec/simple_consume_bench_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

//
// An example task specification for running a consumer benchmark in Trogdor.
// See TROGDOR.md for details.
// See trogdor/README.md for details.
//

{
Expand Down
2 changes: 1 addition & 1 deletion tests/spec/simple_produce_bench.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

//
// An example task specification for running a producer benchmark in Trogdor.
// See TROGDOR.md for details.
// See trogdor/README.md for details.
//

{
Expand Down
2 changes: 1 addition & 1 deletion tests/spec/transactional-produce-bench.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

//
// An example task specification for running a transactional producer benchmark
// in Trogdor. See TROGDOR.md for details.
// in Trogdor. See trogdor/README.md for details.
//

{
Expand Down
File renamed without changes.

0 comments on commit 8be601d

Please sign in to comment.