[gtk/wip/otte/sortlistmodel: 113/121] xxx: sort-performance printing
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/otte/sortlistmodel: 113/121] xxx: sort-performance printing
- Date: Thu, 16 Jul 2020 20:58:08 +0000 (UTC)
commit 0f9f3b23b426f84156ce0e603c47886627a3d8bf
Author: Benjamin Otte <otte redhat com>
Date: Thu Jul 16 11:44:34 2020 +0200
xxx: sort-performance printing
testsuite/gtk/sort-performance.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/testsuite/gtk/sort-performance.c b/testsuite/gtk/sort-performance.c
index decee9da41..a082eff924 100644
--- a/testsuite/gtk/sort-performance.c
+++ b/testsuite/gtk/sort-performance.c
@@ -64,7 +64,7 @@ print_result (const char *testname,
guint n_comparisons,
guint n_changed)
{
- g_print ("\"%s\", \"%s%s\",%8zu,%8uus,%8uus, %8u,%9u\n",
+ g_print ("# \"%s\", \"%s%s\",%8zu,%8uus,%8uus, %8u,%9u\n",
testname,
g_type_name (type),
incremental ? "-inc" : "",
@@ -552,7 +552,7 @@ main (int argc, char *argv[])
else
tests = (const char **) argv + 1;
- g_print ("\"test\",\"model\",\"model size\",\"time\",\"max time\",\"comparisons\",\"changes\"\n");
+ g_print ("# \"test\",\"model\",\"model size\",\"time\",\"max time\",\"comparisons\",\"changes\"\n");
run_test (source, tests, "set-model", set_model);
run_test (source, tests, "append-half", append_half);
run_test (source, tests, "append-10th", append_10th);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]