Skip to content

Commit

Permalink
gettime: reduce test CPU clock entries to 1000
Browse files Browse the repository at this point in the history
We don't need 10,000 and it's just wasting time.

Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
axboe committed Jul 2, 2017
1 parent 005eb30 commit 5283741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gettime.c
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ uint64_t time_since_now(const struct timespec *s)
defined(CONFIG_SFAA)

#define CLOCK_ENTRIES_DEBUG 100000
#define CLOCK_ENTRIES_TEST 10000
#define CLOCK_ENTRIES_TEST 1000

struct clock_entry {
uint32_t seq;
Expand Down

0 comments on commit 5283741

Please sign in to comment.