Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Nov 22, 2024
1 parent 798ed96 commit d92a8fa
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright 2023 Picovoice Inc.
// Copyright 2023-2024 Picovoice Inc.
// You may not use this file except in compliance with the license. A copy of the license is located in the "LICENSE"
// file accompanying this source.
// Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
Expand All @@ -15,8 +15,8 @@ import Eagle
class PerformanceTest: XCTestCase {
let accessKey: String = "{TESTING_ACCESS_KEY_HERE}"
let iterationString: String = "{NUM_TEST_ITERATIONS}"
let indexThresholdString: String = "{INDEX_PERFORMANCE_THRESHOLD_SEC}"
let searchThresholdString: String = "{SEARCH_PERFORMANCE_THRESHOLD_SEC}"
let indexThresholdString: String = "{ENROLL_PERFORMANCE_THRESHOLD_SEC}"
let searchThresholdString: String = "{PROC_PERFORMANCE_THRESHOLD_SEC}"

override func setUp() {
super.setUp()
Expand Down

0 comments on commit d92a8fa

Please sign in to comment.