Files
Hakon Hanesand 97017f0d71 Address review.
2019-01-14 17:09:49 -08:00

18 lines
277 B
Objective-C

//
// main.m
// Benchmarking
//
// CocoaLumberjack Benchmarking
//
#import <Foundation/Foundation.h>
#import "PerformanceTesting.h"
int main(int argc, const char * argv[]) {
@autoreleasepool {
[PerformanceTesting startPerformanceTests];
}
return 0;
}