summaryrefslogtreecommitdiff
path: root/test/test_performance.cpp
diff options
context:
space:
mode:
authorchenzizhan <[email protected]>2023-09-13 13:14:40 +0800
committerchenzizhan <[email protected]>2023-09-13 13:14:40 +0800
commitb9de4c77ec0f01de539f5cd8456559ea68878068 (patch)
treed049644ec53ac231b804729ae1c273d12e97c057 /test/test_performance.cpp
parent6e5d010519ac5b2512367e1582f253bc0cc53297 (diff)
timestamp breakchangev4.3.0
Diffstat (limited to 'test/test_performance.cpp')
-rw-r--r--test/test_performance.cpp2
1 files changed, 1 insertions, 1 deletions
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);