Skip to content

Commit

Permalink
fix the deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fijal committed Oct 12, 2014
1 parent 7db1cf1 commit 9205af5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -35,7 +35,7 @@ There are two alternative ways to achieve this, both equally functional:
#### 3. Get the build dependencies:

pip install -r requirements.txt
sudo apt-get install libmysqlclient-dev libpcre3-dev librhash-dev libbz2-dev php5-cli
sudo apt-get install libmysqlclient-dev libpcre3-dev librhash-dev libbz2-dev php5-cli libffi-dev


#### 4. The building process goes like this:
Expand Down
2 changes: 1 addition & 1 deletion bench/richards.php
Expand Up @@ -436,6 +436,6 @@ function run($iterations) {
$t1 = microtime(true);

$total = $t1 - $t0;
printf($total * 1000 / $number_of_runs);
printf("Richards (%s) took %.2fms, %.2fms per run\n", $number_of_runs, $total * 1000, $total * 1000 / $number_of_runs);

?>

0 comments on commit 9205af5

Please sign in to comment.