Skip to content

Instantly share code, notes, and snippets.

@lenn0x
Created December 27, 2008 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lenn0x/40297 to your computer and use it in GitHub Desktop.
Save lenn0x/40297 to your computer and use it in GitHub Desktop.
<?php
// lie to chris php script
// benchmark.php
$high_float = rand(0,100000000000);
$low_float = "0.683745861053";
printf("GPU compute time: %f\n", $low_float);
printf("CPU compute time: %f\n", $high_float);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment