Skip to content

Commit

Permalink
Use com.daml in Performance Envelope tests (#5460)
Browse files Browse the repository at this point in the history
CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
gerolf-da authored Apr 7, 2020
1 parent 59c0204 commit b387660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import scalaz.syntax.tag._
import scala.collection.concurrent.TrieMap
import scala.concurrent.{ExecutionContext, Future, Promise, blocking}
import scala.util.{Failure, Success, Try}
import com.digitalasset.ledger.test.performance.{PingPong => PingPongModule}
import com.daml.ledger.test.performance.{PingPong => PingPongModule}
import org.slf4j.Logger

case class Envelope(name: String, transactionSizeKb: Int, throughput: Int, latencyMs: Int)
Expand Down
2 changes: 1 addition & 1 deletion ledger/test-common/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dar_to_scala(
srcs = [
":PerformanceTests.dar",
],
package_prefix = "com.digitalasset.ledger.test.performance",
package_prefix = "com.daml.ledger.test.performance",
srcjar_out = "PerformanceTests.scala.srcjar",
verbosity = 2,
visibility = ["//visibility:public"],
Expand Down

0 comments on commit b387660

Please sign in to comment.