Skip to content

Commit

Permalink
fix: Remove target name from benchmarkrunner as some characters cause…
Browse files Browse the repository at this point in the history
…s issues (#119)
  • Loading branch information
hassila authored Mar 21, 2023
1 parent 6ea1365 commit 5248a57
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ struct Benchmark: AsyncParsableCommand {
import Benchmark
@main
struct \(target)BenchmarkRunner: BenchmarkRunnerHooks {
struct BenchmarkRunner: BenchmarkRunnerHooks {
static func registerBenchmarks() {
benchmarks()
_ = benchmarks()
}
}
"""
Expand Down

0 comments on commit 5248a57

Please sign in to comment.