diff options
Diffstat (limited to 'test/test_performance.cpp')
| -rw-r--r-- | test/test_performance.cpp | 2 |
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); |
