Skip to content

Commit

Permalink
benchmark test latency
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Apr 29, 2024
1 parent c68487c commit 9d478c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ tasks {
include("**/AceTest.class")
include("**/ExternalUsageTest.class")
include("**/LatencyTest.class")
afterTest(
KotlinClosure2({ desc: TestDescriptor, result: TestResult ->
println("Completed `${desc.displayName}` in ${result.endTime - result.startTime}ms")
})
)
}
}

Expand Down

0 comments on commit 9d478c5

Please sign in to comment.