Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion benchmark/YGBenchmark.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static int __compareDoubles(const void* a, const void* b) {
}

static void
__printBenchmarkResult(char* name, clock_t start, clock_t* endTimes) {
__printBenchmarkResult(char* name, clock_t start, const clock_t* endTimes) {
double timesInMs[NUM_REPETITIONS];
double mean = 0;
clock_t lastEnd = start;
Expand Down
Loading