jsonfmt: Fix threading support + memory leak bug
This commit is contained in:
parent
9c8ce3f782
commit
12326ca8e4
5 changed files with 79 additions and 69 deletions
2
bench.PL
2
bench.PL
|
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/perl
|
||||
|
||||
exit if @ARGV && @ARGV[0] eq 'bench';
|
||||
|
||||
# Can be invoked as:
|
||||
# ./bench.PL # (or 'make bench') generates FU/Benchmarks.pod
|
||||
# ./bench.PL regex # run benchmark(s) matching the regex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue