aboutsummaryrefslogtreecommitdiff
path: root/src/regex/perf-regex.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-09-26 18:23:30 +0000
committerBart Polot <bart@net.in.tum.de>2013-09-26 18:23:30 +0000
commitdfd948d2cc5e313dd4cd34559c923241ac211572 (patch)
tree01588b88986fae857c17088301fdf6bf7d9e4874 /src/regex/perf-regex.c
parentdec04c01635f2d4f9187793320e2373821a0fe62 (diff)
- normalize with profiler
Diffstat (limited to 'src/regex/perf-regex.c')
-rw-r--r--src/regex/perf-regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/perf-regex.c b/src/regex/perf-regex.c
index 163cacd1e5..823601c849 100644
--- a/src/regex/perf-regex.c
+++ b/src/regex/perf-regex.c
@@ -101,7 +101,7 @@ main (int argc, char *const *argv)
compression = atoi (argv[2]);
buffer = REGEX_TEST_combine (regexes);
- GNUNET_asprintf (&regex, "GNVPN-0001-PAD(%s)(0|1)*", buffer);
+ GNUNET_asprintf (&regex, "GNUNET_REGEX_PROFILER_(%s)(0|1)*", buffer);
size = strlen (regex);
fprintf (stderr,