Skip to content

Commit

Permalink
测试。
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricporter committed Jul 31, 2012
1 parent 6eec689 commit c101b07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EffectLab/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <math.h>
#include "ImPlatform.h"

/* 1.9.1 pil */
/* 1.1.9 pil */

typedef struct ImagingMemoryInstance* Imaging;
typedef struct ImagingAccessInstance* ImagingAccess;
Expand Down
2 changes: 1 addition & 1 deletion TestEffectLab.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ def main():

t = Timer('test()', 'from __main__ import test')

print avg(t.repeat(3, 100))
print sum(t.repeat(3, 100)) / 3

0 comments on commit c101b07

Please sign in to comment.