From b9de4c77ec0f01de539f5cd8456559ea68878068 Mon Sep 17 00:00:00 2001 From: chenzizhan Date: Wed, 13 Sep 2023 13:14:40 +0800 Subject: timestamp breakchange --- test/test_performance.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_performance.cpp') diff --git a/test/test_performance.cpp b/test/test_performance.cpp index 3044af5..215dd8c 100644 --- a/test/test_performance.cpp +++ b/test/test_performance.cpp @@ -368,7 +368,7 @@ TEST(test_performance, export_many_cells) printf("export_many_cells\n"); // getchar(); clock_t start = clock(); - char *json_string = fieldstat_json_exporter_export(fieldstat_json_exporter); + char *json_string = fieldstat_json_exporter_export(fieldstat_json_exporter, &TEST_TIMEVAL); clock_t end = clock(); // exit(0); free(json_string); -- cgit v1.2.3