File: stats.t

package info (click to toggle)
libstring-compare-constanttime-perl 0.321-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: perl: 58; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!/usr/bin/env perl

use String::Compare::ConstantTime;

use strict;

use Test::More skip_all => q{Need to figure out a way to portable collect granular timing data -- see git history};