// // Benchmark.h // CacheBenchmark // // Created by ibireme on 15/10/20. // Copyright (C) 2015 ibireme. All rights reserved. // #import <Foundation/Foundation.h> @interface Benchmark : NSObject + (void)benchmark; @end