aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/statistics/performance_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/statistics/performance_test.c')
-rw-r--r--test/core/statistics/performance_test.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/test/core/statistics/performance_test.c b/test/core/statistics/performance_test.c
index 3f0e080093..44f4a30cfb 100644
--- a/test/core/statistics/performance_test.c
+++ b/test/core/statistics/performance_test.c
@@ -38,9 +38,11 @@
#include <grpc/support/time.h>
#include "test/core/util/test_config.h"
-int main(int argc, char **argv) {
- grpc_test_init(argc, argv);
- srand(gpr_now(GPR_CLOCK_REALTIME).tv_nsec);
- test_performance();
+int
+main (int argc, char **argv)
+{
+ grpc_test_init (argc, argv);
+ srand (gpr_now (GPR_CLOCK_REALTIME).tv_nsec);
+ test_performance ();
return 0;
}