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:
committed by
Facebook Github Bot 0
parent
450472766d
commit
118f64f206
@@ -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[]) { \
|
||||
|
Reference in New Issue
Block a user