Add benchmarks and change repetition count

Summary: The previous repetition count did not scale to many benchmarks. Also add more benchmarks

Reviewed By: adamjernst

Differential Revision: D3697280

fbshipit-source-id: 56fe424f36936445f31d6e9fa080abbdd816d32d
This commit is contained in:
Emil Sjolander
2016-08-11 02:23:52 -07:00
committed by Facebook Github Bot 0
parent 450472766d
commit 118f64f206
2 changed files with 49 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
#include <stdint.h>
#include <time.h>
#define NUM_REPETITIONS 100000
#define NUM_REPETITIONS 100
#define CSS_BENCHMARKS(BLOCK) \
int main(int argc, char const *argv[]) { \