move all rendertest.sh functionality into .py
This commit is contained in:
@@ -145,5 +145,5 @@ int main(int argc, char *argv[]) {
|
||||
fprintf(stderr, "loading: %.03fms, diffing: %.03fms, saving: %.03fms; total: %.03fms\n",
|
||||
MS(loaded_ns - start_ns), MS(diffd_ns - loaded_ns), MS(end_ns - diffd_ns), MS(end_ns - start_ns));
|
||||
|
||||
return over;
|
||||
return over ? 2 : 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user