github.com/haraldrudell/parl@v0.4.176/slow-detector_test.go (about)

     1  /*
     2  © 2023–present Harald Rudell <harald.rudell@gmail.com> (https://haraldrudell.github.io/haraldrudell/)
     3  ISC License
     4  */
     5  
     6  package parl
     7  
     8  import (
     9  	"testing"
    10  )
    11  
    12  func TestNewSlowDetector(t *testing.T) {
    13  }