blob: cd45665aba46ec12afc4eaa2da214d4980086b9b [file] [log] [blame]
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface Benchmark : NSObject
+ (BOOL)setup:(NSDictionary* )config;
+ (NSString* )run;
@end
NS_ASSUME_NONNULL_END