Skip to content

Commit

Permalink
Fix assertion.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Oct 20, 2015
1 parent a95ac18 commit 3169935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def test_compare(sess, LineMatcher):
'Name (time in ns) Min *Max Mean StdDev Median IQR Outliers(*) Rounds Iterations',
'---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*',
'test_xfast_parametrized[[]0[]] 217.9511 13*290.0380 261.2051 263.9842 220.1638 18.8080 160;1726 9710 431',
'(d)0001 +0.6365 (99%) +1,842.6488 (86%) -1.0357 (100%) +49.9400 (81%) -0.0026 (100%) -19.4075 (203%) 90;1878 9987 418',
'(d)0001 +0.6365 (99%) +1*842.6488 (86%) -1.0357 (100%) +49.9400 (81%) -0.0026 (100%) -19.4075 (203%) 90;1878 9987 418',
'---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*',
'(*) Outliers: 1 Standard Deviation from Mean; 1.5 IQR (InterQuartile Range) from 1st Quartile and 3rd Quartile.',
'(d) Delta to 0001: "difference (percent%)"',
Expand Down Expand Up @@ -235,7 +235,7 @@ def test_compare_2(sess, LineMatcher):
'Name (time in ns) Min *Max Mean StdDev Median IQR Outliers(*) Rounds Iterations',
'---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*',
'test_xfast_parametrized[[]0[]] 217.9511 13*290.0380 261.2051 263.9842 220.1638 18.8080 160;1726 9710 431',
'(d)0002 +1.0483 (99%) +5,550.7383 (58%) +7.1466 (97%) +263.9842 (0%) +0.3535 (99%) -8.5229 (145%) 235;1688 11009 410',
'(d)0002 +1.0483 (99%) +5*550.7383 (58%) +7.1466 (97%) +263.9842 (0%) +0.3535 (99%) -8.5229 (145%) 235;1688 11009 410',
'---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*',
'(*) Outliers: 1 Standard Deviation from Mean; 1.5 IQR (InterQuartile Range) from 1st Quartile and 3rd Quartile.',
'(d) Delta to 0002: "difference (percent%)"',
Expand Down

0 comments on commit 3169935

Please sign in to comment.