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